home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 July
/
AMIGA_1996_7.BIN
/
grafik
/
amiga-cd_vol.3
/
animationen
/
308-kopieren
< prev
next >
Wrap
AmigaDOS Script File
|
1996-05-17
|
911b
|
33 lines
.key copytarget
.bra {
.ket }
; Kopierscript für SSA-Animationen des AMIGA-Magazins
; © MagnaMedia Verlag AG, AMIGA-Magazin
cd >env:ssa-org{$$}
assign >nil: ssa-org: `getenv ssa-org{$$}`
if "{copytarget}" EQ ""
unset bla
:c/Requestfile20 RAM: TITLE "Benötige 3784474 Bytes im Zielverzeichnis" DRAWERSONLY >env:bla
if warn
quit 0
endif
.def copytarget $bla
endif
:c/checkdevavail {copytarget} 3784474
if warn
:c/requestchoice20 >nil: Information "Nicht genug Platz vorhanden!" OK
else
copy >nil: ssa-org:308_UFO#? {copytarget}
copy >nil: ssa-org:mod.test {copytarget}
cd {copytarget}
if not exists SSAMultiplay
copy >nil: ssa-org:SSAMultiplay/#? all SSAMultiPlay
endif
cd ssa-org:
if `getenv request` EQ "YES"
:c/requestchoice20 >nil: Information "Kopiervorgang beendet!" OK
endif
endif
assign >nil: ssa-org: remove
unsetenv ssa-org{$$}