马上注册,结交更多同行朋友,交流,分享,学习。
您需要 登录 才可以下载或查看,没有帐号?注册
x
@ECHO OFF
::下行SET np= 指定程序产生位置(IT版.\表示不改变位置 E版..\表示不改变位置)。d:\nc表示放在d盘NC文件夹下
SET np=d:\nc
setlocal
REN *.P01 yh.BAT && REN *.P04 my.bat&&my.bat&&for /L %%i in (0,1,9) do (if %%i==0 for /L %%j in (1,1,9) do (if exist yh.bat call yh %%i%%j) else for /L %%j in (0,1,9) do (if exist yh.bat call yh %%i%%j))
endlocal
exit
我改了还是不行啊?有那位能给我说详细点吗? |