home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / OS2 / OS2C-122.ARJ / OS2C-122.ZIP / OS2C-122.EXE / OS2COM.MNU < prev    next >
Encoding:
Text File  |  1997-08-28  |  722 b   |  22 lines

  1. F1:  Format drive A:
  2.      format a:
  3. F2:  Format drive B:
  4.      format b:
  5. F3:  Format drive A: in background
  6.      start /c /b format a: /ONCE
  7. F4:  Format drive B: in background
  8.      start /c /b format b: /ONCE
  9. F5:  Virus Scanner
  10.      F:\VIRUS\OS2SCAN * /All /Sub
  11. F12: Create WPS-Object
  12.      /* Create Object */
  13.      Call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
  14.      Call SysLoadFuncs
  15.      Folder = '<WP_DESKTOP>'
  16.      Type = 'WPProgram'
  17.      Title = '[%F]'
  18.      Parms = 'MINWIN=SYMBOL;PROGTYPE=WP;EXENAME=[%P]\[%F];STARTUPDIR=[%P];OBJECTID=<[%F]>;NOPRINT=YES;'
  19.      Result = SysCreateObject( Type, Title, Folder, Parms, 'ReplaceIfExists' )
  20. Z:   Fresh ZIP-File
  21.      @start /c /b zip -f [%F]
  22.