Originally posted by kgdetg1127 at 2008-10-29 15:22:
批处理使用了NTSD.EXE命令,问题出在你的批处理的命名,使用了"NTSD"字眼,命名为1.bat试试。
这个问题我也有同感,前天写了一个小东西,里面就一条 msg /w %username% 呵呵
保存为msg.bat,结果怎么也运行不了,后来换了文件名才可以运行了,真是需要注意啊。
Originally posted by kgdetg1127 at 2008-10-29 15:22:
The batch file uses the NTSD.EXE command. The problem is with the name of your batch file. It contains the word "NTSD". Try naming it 1.bat.
I also have the same feeling about this problem. The other day I wrote a small thing with just one line: msg /w %username%. Hehe
Saved as msg.bat, but it couldn't run no matter what. Later, after changing the file name, it could run. Really need to pay attention.