home *** CD-ROM | disk | FTP | other *** search
- C:SetPatch >NIL: R ; Patch System Functions
- C:BindDrivers ; Attach any Non-AutoConfig Drivers
- SYS:System/FastMemFirst ; Make C$00000 mem last in list
- C:SetClock load ; Load system time from real time clock
- C:FF >NIL: -1 ; speed up screen text
- CD C: ; Set Current DIR To C: for Speed
- Resident CLI L:Shell-Seg SYSTEM pure add ; activate Shell
- Resident C:Execute pure ; Make commands resident
- Resident C:Echo pure
- Resident C:IF pure
- Resident C:EndIf pure
- Resident C:DIR Pure
- Resident C:Copy Pure
- Mount NewCON: ;Mount New Console Handler For Shell
- FailAt 11 ;Set Return Code break level
- SYS:System/SetMap USA1 ;Activate the ()/* on keypad
- loadwb
- endcli
-