求教:dos下分先后运行两个文件
dos吧
全部回复
仅看楼主
level 1
927768155 楼主
自动运行程序,但要分先后,咋么设置
2011年11月09日 06点11分 1
level 3
@echo off
call "C:\test1.exe"
call "C:\test2.exe"
2011年11月09日 12点11分 2
level 1
927768155 楼主
xiexie
2012年01月08日 11点01分 3
1