home *** CD-ROM | disk | FTP | other *** search
- F1 : Squish Squash
- I:
- chdir \squish
- sq386p squash
- F2 : Maximus Filebase Compiler
- f:
- chdir \max
- fbp
- F3 : Maximus Local
- f:
- chdir \max
- loc
- F4 : Viren-Scanner
- F:\VIRUS\OS2SCAN *.* /A
- ; Test 123
- F5 : Maximus User-Editor
- f:
- chdir \max
- ueditp
- F6 : Maximus CTL-Compiler
- f:
- chdir \max
- siltp max
- F7 : Maximus Fileliste
- f:
- chdir \max
- downsort
- zip -9 2242339 allfiles.a~s
- move 2242339.zip f:\max\file\tempfile\
- move newfiles.n~s newfiles.lst
- zip -9 newfiles newfiles.lst
- move newfiles.lst f:\max\file\tempfile
- move newfiles.zip f:\max\file\tempfile
- F8 : TimEd
- f:
- chdir \max\timed
- timedp
- F9 : View Fax
- cdd d:\zfax
- zfaxg vf [%P]\[%F]
- F12: Create WPS-Object
- /* Create Object */
- Call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
- Call SysLoadFuncs
- Folder = '<WP_DESKTOP>'
- Type = 'WPProgram'
- Title = '[%F]'
- Parms = 'MINWIN=DESKTOP;PROGTYPE=WP;EXENAME=[%P]\[%F];STARTUPDIR=[%P];OBJECTID=<[%F]>;NOPRINT=YES;'
- Result = SysCreateObject( Type, Title, Folder, Parms, 'ReplaceIfExists' )
- F: Format Drive A
- format a:
- Z: Fresh ZIP-File
- @start /c /bg /inv zip -f [%F]
- T: Test-Entry
- ZIP -9 Test1 [%T]
-