Is there a DOS command that can make several commands run simultaneously instead of in sequence?
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by vk at 2006-8-15 11:56:
Is there a DOS command that can run several commands simultaneously instead of running them in sequence?
echo echo %%1>ed.bat
echo ping 127.1 >>ed.bat
echo exit >>ed.bat
type ed.bat
start ed 1111
start ed 2222
start ed 3333
start ed 4444
pause