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

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