plt.bat
来自「The program is a general EXECUTABLE ONLY」· Batch 代码 · 共 20 行
BAT
20 行
echo off
set DOS16M=
rem *******************************************************************
rem The previous set command is for the memory manager CPU description.
rem If the program is not running properly, try changing the value for
rem the best match to your hardware specification.
rem 0 DPMI is already active
rem 1 NEC 98-series
rem 2 IBM PS/2
rem 3 386 or 486
rem INBOARD 386 with Intel's Inboard
rem 5 Fujitsu FMR-70
rem 11 386 or 486 with VCPI
rem 14 Hitachi B32
rem 15 OKI if800
rem 16 for some PS/55
rem *******************************************************************
set DOS4G=quiet
plot
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?