home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
cdrom
/
Misc
/
scriptfile
/
Install.english
< prev
next >
Wrap
Text File
|
1995-07-17
|
1KB
|
73 lines
(copyfiles
(prompt "Copy...")
(help @copyfiles-help)
(source "")
(set dname
(askdir
(prompt "Where do you want to copy ScriptFile?")
(help @askdir-help)
(newpath)
(default "SYS:")
)
)
(dest dname)
(pattern "ScriptFile")
(files)
(infos)
(confirm)
)
(complete 30)
(copyfiles
(prompt "Copy...")
(help @copyfiles-help)
(source "")
(dest "s:")
(pattern "Def_sf.info")
(files)
(infos)
(confirm)
)
(complete 35)
(copyfiles
(prompt "Copy...")
(help @copyfiles-help)
(source "")
(dest "c:")
(pattern "askdarc")
(files)
(confirm)
)
(complete 55)
(copyfiles
(source "english/")
(prompt "Copy...")
(help @copyfiles-help)
(set name
(askdir
(prompt "Where do you want to copy the guidefile?")
(help @askdir-help)
(default "SYS:")
)
)
(dest name)
(pattern "scriptfile.#?")
(files)
(infos)
)
(
complete 100
)
(message
"ScriptFile V2.6.1 has been installed!\nSCRIPTFILE IS BENEFITWARE!\n READ THE DOC!"
)
(message
"If you made a update, you must run\n\n'remove_old_files' !!!"
)
(
message
"To use all options of scriptfile, you should\ninstall WBSTART (c) STEFAN BECKER!"
)