home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TopWare 18: Liquid
/
Image.iso
/
liquid
/
top2201
/
font.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-05-20
|
205b
|
8 lines
/* */
call RxFuncAdd 'SysIni', 'RexxUtil', 'SysIni'
AppName = 'PM_SystemFonts'
KeyName = 'DefaultFont'
FontName = '10.System Proportional'
call SysIni 'USER', AppName, KeyName, FontName||'0'x
exit