home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
mar94
/
util
/
pack
/
packit.lha
/
PackIt
/
Install_PackIt
< prev
next >
Wrap
Text File
|
1993-12-19
|
494b
|
30 lines
; Installation script for PackIt
(transcript "Installing PackIt...")
(copylib
(prompt "Install PowerPacker library.")
(help @copylib-help)
(source "LIBS/powerpacker.library")
(dest "libs:")
(confirm)
)
(set name
(askdir
(prompt "Install PackIt where?")
(help @askdir-help)
(default "C:")
)
)
(copyfiles
(source "PackIt")
(dest name)
)
(set @default-dest name)
(exit)