;$VER:FlashBack HD Install script (generated by Script Maker 2.0)

(complete 0)
(set @default-dest "Work:")

; Messages

(set #Path-Txt
(cat "Please select the target directory."
))
(set #Path-Help
(cat "\nThis section lets you choose the "
     "target directory to install Script Maker 2.0.\n\n\n"
     "Default is Work:\n\n\n"
     @askdir-help
))
(set #Copy-Working-Txt
(cat "Copying data from floppy"
))

; Main

(set target
(askdir (prompt #Path-Txt) (help #Path-Help) (default @default-dest) (newpath)
))
(set @default-dest target)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "SM")
(dest target )
)
(complete 25 )
(copyfiles
(prompt "Copying to " #target )
(help @copy-files-help)
(source "ScriptMaker")
(dest target )
(infos)
)
(complete 50)
(copyfiles
(prompt "Copying to " #target )
(help @copy-files-help)
(source "ADOS.inf")
(dest "ENVARC:")
)
(complete 75)
(copyfiles
(prompt "Copying to " #target )
(help @copy-files-help)
(source "ScriptMaker.doc")
(dest target)
(infos)
)
(copyfiles
(prompt "Copying to " #target )
(help @copy-files-help)
(source "Inst.inf")
(dest "ENVARC:")
)
(complete 100)

