
CODE: [Copy to clipboard]@echo off
cls
echo 用不能“访问、删除”的文件夹备份文件
echo.
echo 制作目录 md b:\director..\ md b:\...\
echo.
echo 复制文件 copy filename.ext b:\director..\ copy filename.ext b:\...\
echo.
echo 访问目录 start b:\director..\ start b:\...\
echo.
echo 执行文件 start b:\director..\filename.ext start b:\...\filename.ext
echo.
echo 删除目录 rd b:\director..\ /s /q rd b:\...\ /s /q
echo.
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |