📄 install.cmd
字号:
/* */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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -