home *** CD-ROM | disk | FTP | other *** search
- F1: Laufwerk A: formatieren
- format a:
- F2: Laufwerk B: formatieren
- format b:
- F3: A: im Hintergrund formatieren
- start /c /b format a: /ONCE
- F4: B: im Hintergrund formatieren
- start /c /b format b: /ONCE
- F5: Virenscanner
- F:\VIRUS\OS2SCAN * /All /Sub
-
- F12: WPS-Object erstellen
- /* Create Object */
- Call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
- Call SysLoadFuncs
- Folder = '<WP_DESKTOP>'
- Type = 'WPProgram'
- Title = '[%F]'
- Parms = 'MINWIN=SYMBOL;PROGTYPE=WP;EXENAME=[%P]\[%F];STARTUPDIR=[%P];OBJECTID=<[%F]>;NOPRINT=YES;'
- Result = SysCreateObject( Type, Title, Folder, Parms, 'ReplaceIfExists' )
- Z: Fresh ZIP-File
- @start /c /b zip -f [%F]
-