go.bat
来自「fdisk source code, 是一个完整的fdisk的工具。」· Batch 代码 · 共 15 行
BAT
15 行
@echo off
rem GO.BAT
rem This batch file will compile Free FDISK if Borland TC++ 3.0
rem is installed (and properly configured) and Apack is in the PATH.
call buildasm.bat
make clobber
make all
pause
apack -x fdisk.exe fdiska.exe
del fdisk.exe
ren fdiska.exe fdisk.exe
@echo on
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?