home *** CD-ROM | disk | FTP | other *** search
- # KillAll for CSH using HandleCX.
- # $VER: KillAll 1.0 15/1/95 Jonathan Benson
- #
- # This is just an example, edit it to suit your needs.
-
- # Remove program running in background shells.
- DH0:C/break 3 all
- DH0:C/break 4 all
- DH0:C/break 5 all
- DH0:C/break 7 all
- DH0:C/break 8 all
- DH0:C/break 9 all
- # Remove all the commodities.
- DH0:C2/HandleCx MultiCX r
- DH0:C2/HandleCx CycleToMenu r
- DH0:C2/HandleCx ToolManager r
- DH0:C2/HandleCx Virus_Checker r
- DH0:C2/HandleCx "TrashMaster 1.7" r
- DH0:C2/HandleCx Exchange r
- DH0:C2/HandleCx Reminder r
- DH0:C2/HandleCx PowerSnap r
- DH0:C2/HandleCx "Magic Menu" r
- DH0:Prefs/WBPattern use DH0:Prefs/presets/MaxChip.pre # MaxChip.pre is the
- # preferences for a blank backdrop.
- DH0:C/Avail >NIL: Flush # Flushes unused libraries, etc.
-
- # Thanks to Martin Berndt for HandleCx.
-