home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
driver
/
graphic
/
sm1drv
/
font.cmd
next >
Wrap
OS/2 REXX Batch file
|
1993-06-03
|
227b
|
8 lines
/* REXX script to reset the default system font*/
call RxFuncAdd 'SysIni', 'RexxUtil', 'SysIni'
AppName = 'PM_SystemFonts'
KeyName = 'DefaultFont'
FontName = ''
call SysIni 'USER', AppName, KeyName, FontName||'0'x
exit