home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 581.FONT.CMD < prev    next >
OS/2 REXX Batch file  |  1993-05-20  |  205b  |  8 lines

  1. /* */
  2. call RxFuncAdd 'SysIni', 'RexxUtil', 'SysIni'
  3. AppName = 'PM_SystemFonts'
  4. KeyName = 'DefaultFont'
  5. FontName = '10.System Proportional'
  6. call SysIni 'USER', AppName, KeyName, FontName||'0'x
  7. exit
  8.