home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
files
/
nz29a.dms
/
nz29a.adf
/
FIGsupp4
/
do
< prev
next >
Wrap
AmigaDOS Script File
|
1993-12-03
|
317b
|
15 lines
.KEY name/a
fig -v -L -wRAM: df1:<name>.gif
ask "Do you want to halve the work file?"
if WARN
half RAM:<name>.wrk
endif
ask "Do you want to sham the work file?"
if WARN
sham RAM:<name>.wrk
fig -v -h -W RAM:<name>.wrk :pics/<name>.pic
else
fig -v -W RAM:<name>.wrk :pics/<name>.pic
endif
echo "Voila!"