home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / osc099.zip / OS2COM.MNU < prev    next >
Text File  |  1994-09-12  |  1KB  |  51 lines

  1. F1 : Squish Squash
  2.      I:
  3.      cd\squish
  4.      sq386p squash
  5. F2 : Maximus Filebase Compiler
  6.      f:
  7.      cd \max
  8.      fbp
  9. F3 : Maximus Local
  10.      f:
  11.      cd\max
  12.      loc
  13. F4 : Viren-Scanner
  14.      F:\VIRUS\OS2SCAN *.* /A
  15. F5 : Maximus User-Editor
  16.      f:
  17.      cd\max
  18.      ueditp
  19. F6 : Maximus CTL-Compiler
  20.      f:
  21.      cd\max
  22.      siltp max
  23. F7 : Maximus Fileliste
  24.      f:
  25.      cd\max
  26.      downsort
  27.      zip -9 2242339 allfiles.a~s
  28.      move 2242339.zip f:\max\file\tempfile\
  29.      move newfiles.n~s newfiles.lst
  30.      zip -9 newfiles newfiles.lst
  31.      move newfiles.lst f:\max\file\tempfile
  32.      move newfiles.zip f:\max\file\tempfile
  33. F8 : TimEd
  34.      f:
  35.      cd\max\timed
  36.      timedp
  37. F9 : View Fax
  38.      cdd d:\zfax
  39.      zfaxg vf [%P]\[%F]
  40. F12: Create WPS-Object
  41.      /* Create Object */
  42.      Call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
  43.      Call SysLoadFuncs
  44.      Folder = '<WP_DESKTOP>'
  45.      Type = 'WPProgram'
  46.      Title = '[%F]'
  47.      Parms = 'MINWIN=DESKTOP;PROGTYPE=WP;EXENAME=[%P]\[%F];STARTUPDIR=[%P];OBJECTID=<[%F]>;NOPRINT=YES;'
  48.      Result = SysCreateObject( Type, Title, Folder, Parms, 'ReplaceIfExists' )
  49. F:   Format Drive A
  50.      format a:
  51.