I know how to set up the tools to comile a C application
But how do i make a generic Tool To run the .exe of the C file i'm working on?
Thanks in advance
How do i set up tools to run an exe of the C file im working
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: How do i set up tools to run an exe of the C file im wor
Hi kookoo,
the answer (for WinNT) is:
Command: <windir>\system32\cmd.exe
Parameters: /c@for %i in ($File) do @%~dpni
For an explanation of the command line type "for /?" at a command prompt.
HTH,
Jörg
the answer (for WinNT) is:
Command: <windir>\system32\cmd.exe
Parameters: /c@for %i in ($File) do @%~dpni
For an explanation of the command line type "for /?" at a command prompt.
HTH,
Jörg