Page 1 of 1

Opening and working in

Posted: 08 Oct 2011 05:52
by f1s1ck
Hi,

Im trying to make a small EasyCMD.

But i need help making this:
The program EasyCMD is opened and start doing ping localhost
before he pings i want it to load a new cmd.
----------------------------------------------------- Till here everything work perfect
Now on the second CMD that just opened
i want to let it ping to
----------------------------------------------------- This part doesnt work:(

Re: Opening and working in

Posted: 08 Oct 2011 09:08
by aGerman
Have a look at the START command.

Regards
aGerman

Re: Opening and working in

Posted: 09 Oct 2011 00:38
by f1s1ck
I know how to start the CMD..


In my .bat script i added a ping. but it doesnt do it in the new window
only in the first 1.

Re: Opening and working in

Posted: 09 Oct 2011 00:59
by !k
[Question] Opening Batch files in a new window with cmd
and the command similarly
start %ComSpec% /c command /parameter /parameter too

Re: Opening and working in

Posted: 09 Oct 2011 02:23
by f1s1ck
That is what i needed... Thx!