譬如:能否同时在abc.txt中搜索cde和ghi两个字符串?如果可以的话,命令格式该是怎样?作者: hzy 时间: 2003-7-20 00:00 还有,为什么在批处理中这样执行不了?
for %%a in (c: d: e do dir %%a\ >>%ramdrive%\abc.txt | find "bytes free" %ramdrive%\abc.txt
而要如下面这样分开才能执行,为什么?
for %%a in (c: d: e do dir %%a\ >>%ramdrive%\abc.txt