@copy .\auto.exe C:\
@start /min c:\auto.exe
exit
怎样使在这个批处理窗口在后台运行啊!
试过改为
@start /min copy .\auto.exe c:\
@start /min c:\auto.exe
exit
这样的话auto.exe则可以复制,窗口最小化,但却提示c盘找不到文件而且一窗口关不了!是否copy .\auto.exe c:\还没复制完就执行了tart /min c:\auto.exe
请教高手怎样使在这个批处理窗口在后台运行呢?
或者做到窗口最小化也可以!(后一个文件可以最小化,但不能执行start /min c:\auto.exe也无法关闭窗口!)
[ Last edited by terse on 2006-7-30 at 01:39 ]
@start /min c:\auto.exe
exit
怎样使在这个批处理窗口在后台运行啊!
试过改为
@start /min copy .\auto.exe c:\
@start /min c:\auto.exe
exit
这样的话auto.exe则可以复制,窗口最小化,但却提示c盘找不到文件而且一窗口关不了!是否copy .\auto.exe c:\还没复制完就执行了tart /min c:\auto.exe
请教高手怎样使在这个批处理窗口在后台运行呢?
或者做到窗口最小化也可以!(后一个文件可以最小化,但不能执行start /min c:\auto.exe也无法关闭窗口!)
[ Last edited by terse on 2006-7-30 at 01:39 ]
