Page 1 of 1
Dos box command specification issue
Posted: 29.03.2012, 17:39
by therealjd
I though this area was to put a dos command that would initiate every time i opened a DOS box (CTRL+D). maybe i'm using it incorrectly? I wanted to change the color of the text and background. so i put in "COLOR 17" (no quotes)
this works at the dos command line, but it wont let the dos box open if i include that command in the dos prompt section of FCs settings.
Is this a bug, or am i using that area incorrectly?
Re: Dos box command specification issue
Posted: 30.03.2012, 11:57
by Karol
The command specification for Windows 7/64:
cmd.exe /K"COLOR 17"
Re: Dos box command specification issue
Posted: 01.04.2012, 23:05
by inglorious
I have a question regarding the command line in FC.
any time I type in a command eg. "dir, echo, etc." directly in the command line a new dos box is opened and the command is executed then the dos box stays open. when entering "ipconfig" a dos box is opened but closed immediately. why is that? any idea?
Re: Dos box command specification issue
Posted: 02.04.2012, 22:51
by Marek
Send the command with "Alt+Enter" if the dos box should be not closed.
Re: Dos box command specification issue
Posted: 02.04.2012, 23:04
by inglorious
Marek wrote:Send the command with "Alt+Enter" if the dos box should be not closed.
dos box closes even with "alt+enter". I found more commands where the box is closed intermediately:
arp, tracert, route, ping
while it stays open with other commands:
netstat, ping google.com
I don't understand why.