
CODE: [Copy to clipboard][ Last edited by dikex on 2007-4-8 at 08:05 PM ]xcopy e:\test.txt e:\b /d /q /y | find " 0 " || shutdown /r /f /t 0
CODE: [Copy to clipboard]set p="e:\b"
if not exist %p% md %p%
xcopy "e:\test.txt" %p% /d /q /y | find " 0 " || shutdown /r /f /t 0 && exit
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |