Page 1 of 1

Command Prompt

Posted: 11.08.2010, 16:10
by damyanvb
Hi everybody,
I am curious if there is a way to specify which command prompt should be started on executing the DOS box command. For instance I want use the Visual Studio Command Prompt.
Thank you in advance.

Re: Command Prompt

Posted: 11.08.2010, 19:39
by joby_toss
You can define a new console program in the freecommander.ini in the [Form] section, for example:
DosCommandBoxSpec=cmd.exe

Re: Command Prompt

Posted: 15.08.2010, 01:01
by damyanvb
Thank you for the helpful information.