build.bat
来自「FDISK硬盘在dos下分区的源代码」· Batch 代码 · 共 11 行
BAT
11 行
@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.
rem make clobber
c:\tc\make all
c:\binnt\upx fdisk.exe
@echo on
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?