
CODE: [Copy to clipboard]@echo off
for /f %%i in (test.txt) do copy nul %%i.\x.dll
CODE: [Copy to clipboard]@echo off
for /f %%i in (test.txt) do copy nul %%i.\x.dll&attrib +r %%i.\x.dll
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |