Thread: .NET 2003 IDE Question

  1. #1
    Registered User Noose's Avatar
    Join Date
    Jul 2003
    Posts
    11

    .NET 2003 IDE Question

    I need to execute a batch file after I build a lib to copy the lib to a different directory.
    Right now I build, then use windows explorer to run the batch file and copy the lib to where I need it. Is there a place in the .NET 2003 IDE where I can indicate that this batch file should run after the lib is finished building?

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Go to your Project Properties, click on the Build Events folder on the left, then select Post-Build Event. Enter the appropriate command line and it should run that at the end of your build.

  3. #3
    Registered User
    Join Date
    Jul 2006
    Posts
    162
    In my vs2005 projects at work I just adjust the build path for the assembly I create.... Can't you just do that? It's in the properties in the project somewhere... I can find the exact location if you can't find it.

    It has been a while since I used vs2003 but I'm sure it's the same. If not forgive me, but I'll go run 2003 and check in a bit...
    Last edited by simpleid; 08-10-2007 at 03:39 PM.

  4. #4
    Registered User Noose's Avatar
    Join Date
    Jul 2003
    Posts
    11
    Thanks all, that worked.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Microsoft .NET 2003 Question
    By durban in forum C++ Programming
    Replies: 2
    Last Post: 10-06-2005, 04:28 PM
  2. extremely basic .net question
    By Ripper1 in forum C++ Programming
    Replies: 7
    Last Post: 05-25-2003, 03:56 PM
  3. .NET Question
    By gvector1 in forum C# Programming
    Replies: 1
    Last Post: 05-20-2003, 11:41 PM
  4. VS .NET & XP Pro Question
    By hk_mp5kpdw in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-08-2003, 01:07 PM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM