联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
start notepad.exe start calc.exe
start /w notepad.exe start /w calc.exe
notepad.exe calc.exe
Originally posted by HUNRYBECKY at 2006-12-29 08:14: 你一定没有使用START命令来启动程序。如果要使多个程序同时执行(不等待就启动另一个程序)的话,那么加上START就可以了。如 start notepad.exe ...
start notepad.exe ...