home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
disks
/
d1071.lha
/
Programs
/
PhxAss
/
UnpFish.script
< prev
next >
Wrap
Text File
|
1995-03-29
|
560b
|
19 lines
echo "Dieses Skript entpackt das gewünschte Programm in dieses Verzeichnis."
echo "This Skript unpacks the desired Program into the current Drawer"
echo "Möchten Sie fortfahren (y/N)?"
ASK "Do you wish to continue (y/N)?"
if warn
echo "Start"
list #?.(lha|lzh) to t:unpfishtmp lformat="lha -IamxMnF x %n*Ndelete >NIL: %n"
if not fail
execute t:unpfishtmp
delete >NIL: t:unpfishtmp
endif
echo "Wählen Sie Fenster/aktualisieren aus dem Workbench Menü!"
echo "Choose Window/Update from the Workbench menu!"
endif
echo "Fertig!"
echo "Done."