home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 29
/
amigaformatcd29.iso
/
-screenplay-
/
commercial
/
golem_demo
/
assign_golem
next >
Wrap
AmigaDOS Script File
|
1998-06-11
|
773b
|
36 lines
.key DUMMY
.bra {
.ket }
Failat 21
IF exists ENV:Golem_Assigns
Echo ""
Echo "Removing all the assigns to Golem..."
Assign music: golem:music remove
Assign palettes: golem:palettes remove
Assign demo: golem: remove
Assign golem: AFCD29:-ScreenPlay-/Commercial/Golem_Demo/ remove
Wait 1
Echo ""
Echo "All done... The Golem assigns have been removed!"
Wait 2
Delete >NIL: ENV:Golem_Assigns
ELSE
SetENV Golem_Assigns Yes!
Echo ""
Echo "Assigning the Golem Demo your system..."
Assign golem: AFCD29:-ScreenPlay-/Commercial/Golem_Demo/ add
Assign music: golem:music add
Assign palettes: golem:palettes add
Assign demo: golem: add
Wait 1
Echo ""
Echo "Please double-click on the Golem Demo icon!"
Wait 2
ENDIF