联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off mode con cols=15 lines=1 if exist "Temp.bat" goto Start >Temp.bat echo start/min "" "%~nx0"^&exit start/min Temp.bat&exit :Start del "Temp.bat">nul pause
Originally posted by anqing at 2006-11-26 10:02: lz的这句>Temp.bat echo start/min "" "%~nx0"^&exit我是单独写入temp中,然后运行这个Temp.bat ,运行后,既然无法结束它的进程,机器也有假 ...
Originally posted by everest79 at 2007-1-17 20:16: @echo off&&mode con cols=15 lines=1 %1 %2 start /min /i "" "%~nx0" goto min&&goto :eof :min echo xxx pause>nul exit 我模仿一个
Originally posted by everest79 at 2007-1-18 09:16: @echo off&&mode con cols=15 lines=1 %1 %2 start /min /i "" "%~nx0" goto min&&goto :eof :min echo xxx pause>nul exit 我模仿一个
@echo off&&mode con cols=15 lines=1 %1 %2 start /min /i "" "%~nx0" goto min&&goto :eof
@echo off&&mode con cols=15 lines=1 goto min :min echo xxx pause>nul exit