install.cmd
来自「字体缩放显示」· CMD 代码 · 共 31 行
CMD
31 行
/* */call RxFuncAdd "SysLoadFuncs", "RexxUtil", "SysLoadFuncs"call SysLoadFuncssay "Warning: This is your last chance to back out. If you do not wish to"say "continue, please just press ENTER. Otherwise please type ""yes"""pull letterif letter <> "YES" then exit/* Find drive where OS/2 is installed */bootdrive = SysSearchPath('PATH', 'OS2.INI')/* say os2path */bootdrive = left(bootdrive, 2)copy "FREETYPE.DLL " || bootdrive || "\os2\dll"if rc <> 0 then do say "Error: Could not copy file!" pause exitendapp = "PM_Font_Drivers"key = "TRUETYPE"val = "\OS2\DLL\FREETYPE.DLL" || d2c(0)SysIni('BOTH', app, key, val)say "Font Driver is installed. Please reboot."pause
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?