diskcpya.bat
来自「实现windows系统下的整盘拷贝」· Batch 代码 · 共 17 行
BAT
17 行
@echo off
echo Please insert the source disk(80 X 18 , 1.44Mb) in driver B.
pause
echo Please wait untill there is 80 '.'.
loadfa
:another
echo Please insert the destination disk(80 X 18 , 1.44Mb formated) in driver B.
pause
echo Please wait untill there is 80 '.'.
writefa
echo Do you want to write another disk?
choice
if errorlevel 2 goto end
goto another
:end
del f144.dat
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?