home *** CD-ROM | disk | FTP | other *** search
- c:SetPatch >NIL: ;patch system functions
- cd c:
- echo "A500/A2000 Workbench disk. Release 1.3 version 34.20*N"
- Sys:System/FastMemFirst ; move C00000 memory to last in list
- BindDrivers
- SetClock load ;load system time from real time clock (A1000 owners should
- ;replace the SetClock load with Date
- ;
- failat 11
- makedir ram:t
- assign T: ram:t ;set up T: directory for scripts
- makedir ram:env ; set up ENV: directory
- assign ENV: ram:env
- makedir ram:clipboards ;set up CLIPS: assign
- assign CLIPS: ram:clipboards
- ;
- SYS:System/SetMap usa1 ;Activate the ()/* on keypad
- path ram: c: sys:system s: add ;set path for Workbench
- LoadWB delay ;wait for inhibit to end before continuing
- endcli >NIL:
-