makeall.bat

来自「可以格式化超过200G硬盘的格式化工具」· Batch 代码 · 共 14 行

BAT
14
字号
@echo off
rem   GO.BAT
rem   This batch file will compile format if Borland TC++ 3.0
rem   is installed (and properly configured) and Apack is in the PATH.

make clobber
make all
make clean
apack -x format.exe formata.exe
del format.exe
ren formata.exe format.exe
@echo on

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?