home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Netzwerk / DI_PA32A.LHA / PBench32a / pb32a.lha / s / StartUp-ParNET < prev   
Encoding:
Text File  |  1991-12-29  |  908 b   |  19 lines

  1. C:SetPatch >NIL: R                        ; Patch System Functions
  2. C:BindDrivers                             ; Attach any Non-AutoConfig Drivers
  3. SYS:System/FastMemFirst                   ; Make C$00000 mem last in list
  4. C:SetClock load                           ; Load system time from real time clock 
  5. C:FF >NIL: -1                             ; speed up screen text 
  6. CD C:                                     ; Set Current DIR To C: for Speed
  7. Resident CLI L:Shell-Seg SYSTEM pure add  ; activate Shell
  8. Resident C:Execute pure                   ; Make commands resident
  9. Resident C:Echo pure
  10. Resident C:IF pure
  11. Resident C:EndIf pure
  12. Resident C:DIR Pure
  13. Resident C:Copy Pure
  14. Mount NewCON:                             ;Mount New Console Handler For Shell
  15. FailAt 11                                 ;Set Return Code break level
  16. SYS:System/SetMap USA1                    ;Activate the ()/* on keypad
  17. loadwb
  18. endcli
  19.