标题:
win2003下的批处理,在win98下不行
[打印本页]
作者:
chlsh
时间:
2007-6-24 23:44
标题:
win2003下的批处理,在win98下不行
这是win2003下的批处理,可以正常运行,但在win98下不行!
dir c:\test\*.doc /s/w |find "doc" >1.txt
dir c:\test\*.ppt /s/w |find "ppt" >>1.txt
dir c:\test\*.xls /s/w |find "xls" >>1.txt
for /f "delims=" %%i in (1.txt) do replace /s /r %%i c:\test
在win98下怎么改啊?
谢谢
作者:
chlsh
时间:
2007-6-25 08:42
标题:
怎么没人理?
自己顶一下
作者:
lxmxn
时间:
2007-6-25 13:52
在98下,把用到的每个命令的帮助贴上来看看。
98的cmd命令应该和win2003的有很多差别。
欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/)
Powered by Discuz! 2.5