Re: Execution of batch file from VC++(IDE)
From: doug mansell (doug_mansell_at_hotmail.com)
Date: 05/25/04
- Next message: Daniel Lidström: "Re: how can I acess XML file in Managed C++ application"
- Previous message: Daniel Lidström: "Re: Serializing array of userdefined types"
- In reply to: William DePalo [MVP VC++]: "Re: Execution of batch file from VC++(IDE)"
- Next in thread: William DePalo [MVP VC++]: "Re: Execution of batch file from VC++(IDE)"
- Reply: William DePalo [MVP VC++]: "Re: Execution of batch file from VC++(IDE)"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 May 2004 16:20:08 +0800
Actually I was trying to do the very same thing today, ie: debug an exe
launched by a batch file. The page entitled "launching the debugger
automatically" in the vs.net help was more helpful for me.
It suggests getting creative with the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image
File Execution Options
William DePalo [MVP VC++] wrote:
> "KRK" <anonymous@discussions.microsoft.com> wrote in message
> news:D82C09B1-92DF-4980-9CC4-443C36A9CAD0@microsoft.com...
>
>>I am having one batch file and using this I can start my Server.
>>It will execute all exes while starting. Now my question is how to
>>debug my exe using this batch file?? Is it possible to execute
>>this batch file from my prject debug session....
>
>
> From the menu select Project->Properties->Debugging.
>
> Then enter the name of the batch file in the command box and any parameters
> in the box below.
>
> Regards,
> Will
>
>
- Next message: Daniel Lidström: "Re: how can I acess XML file in Managed C++ application"
- Previous message: Daniel Lidström: "Re: Serializing array of userdefined types"
- In reply to: William DePalo [MVP VC++]: "Re: Execution of batch file from VC++(IDE)"
- Next in thread: William DePalo [MVP VC++]: "Re: Execution of batch file from VC++(IDE)"
- Reply: William DePalo [MVP VC++]: "Re: Execution of batch file from VC++(IDE)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|