home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 44
/
Amiga_Dream_44.iso
/
Amiga
/
workbench
/
icones
/
themes_cheech.lha
/
s
/
README_WBTHEMES-Startup
< prev
next >
Wrap
Text File
|
1991-08-14
|
1KB
|
47 lines
; ***********************************************************************
; *** BEFORE WE CONTINUE - BACK UP ALL STARTUP-SEQUENCE RELATED FILES ***
; ***********************************************************************
;If you want POWERTHX installed, place this line at the first line of yer
;start-up sequence
C:PowerTHX
; Then, to install RASP and the defined SCRIPT that you will be using
; i.e. THEMEhorror.THEME etc.. Place it just after Setpatch and chuck PicBoot
immediately after it. Like so...
C:SetPatch QUIET
C:garpa_rnd hd0:s/randomscript.script
PicBoot "hd3:graphics/wb-bkgrnds/chosen/picboot.pic" DEFAULT=YES CENTER=YES DETACH PATCH DELAY 0
;Then Run UPD to assign all the sounds....
C:run hd0:c/UPD 65535
Then yer startup-sequence looks a little like this...
Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities
;IF EXISTS S:User-Startup
Execute S:User-Startup
;EndIF
Resident Execute REMOVE
Resident Assign REMOVE
C:LoadWB
; chuck the PicBoot end command here
StopPicBoot
EndCLI >NIL:
;And you should hopefully had a all-singing dancing THEME'd Amiga.
;E-Mail at garpa@southwales.u-net.com
; Have Fun!