联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
Originally posted by HAT at 2008-3-3 03:10 PM: 重定向出问题了 if exist autorun.inf goto exist >autorun.inf echo. :exist >>autorun.inf echo [autorun] >>autorun.inf echo icon=%1 pause
@echo off echo %cmdcmdline% echo.%1 echo.%2 echo.%3 echo.%4 echo.%5 echo.%6 echo.END pause >nul
cmd /c ""C:\aa.bat" C:\x,y.txt C:\x;y.txt C:\x=y.txt" C:\x y.txt C:\x y.txt C:\x y.txt END
cmd /c ""C:\aa.bat" "C:\x ,y.txt" "C:\x ;y.txt" "C:\x =y.txt"" "C:\x ,y.txt" "C:\x ;y.txt" "C:\x =y.txt" END
cmd /c ""C:\A B\aa.bat" "C:\A B\x,y.txt" "C:\A B\x;y.txt" "C:\A B\x=y.txt"" "C:\A B\x,y.txt" "C:\A B\x;y.txt" "C:\A B\x=y.txt" END