How do i set up tools to run an exe of the C file im working

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
kookoo

How do i set up tools to run an exe of the C file im working

Post by kookoo »

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
Jörg Frech

Re: How do i set up tools to run an exe of the C file im wor

Post by Jörg Frech »

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
kookoo

thanks! much appreciated

Post by kookoo »

.
Post Reply