home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Mecomp Multimedia 1
/
Mecomp-CD.iso
/
amiga
/
tools
/
system
/
dashboard
/
install
< prev
next >
Wrap
Text File
|
1995-08-29
|
707b
|
34 lines
(if (= @language "deutsch")
(
(SET Intro "Wilkommen zum Installer-Script für DashBoard")
(SET PLace "Wohin soll das DashBoard-Paket hinkopiert werden ?")
)
)
(if (= @language "english")
(
(SET Intro "Welcome to the installer-script for DashBoard")
(SET Place "Where do you want to place the DashBoard-package. A drawer, called DashBoard will ce created")
)
)
(MESSAGE Intro)
(SET PackDir
(ASKDIR
(PROMPT Place)
(HELP "")
(DEFAULT "sys:")
)
)
(SET XDest (tackon PackDir "DashBoard"))
(RUN (CAT "makdir \""XDest"\""))
(COPYFILES
(SOURCE ":System/Performance/DashBoard/")
(DEST XDest)
(ALL)
(INFOS)
)