home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Exec 5
/
CD_Magazyn_EXEC_nr_5.iso
/
Gry
/
PaybackUpdate1.lha
/
PaybackUpdate1
/
UpdatePayback-Slovak
< prev
next >
Wrap
Text File
|
2001-03-15
|
1KB
|
47 lines
; $VER: Payback Update Version 1.2 (23 February 2001)
; © James Daniels/Apex Designs
(set #installdrawer (cat "Prosím vyber adresár, kde je Payback nainîtalovaný."))
(set #installdrawer-help (cat "Vyber adresár, ktorý obsahuje plnú verziu Paybacku. Tú, ktorú chceî zmodernizovaï."))
(set #notfound (cat "\nTento adresár neobsahuje správne nainîtalovaný Payback.\nVyber iný adresár."))
(set #install-all (cat "Modernizujem súbory..."))
(set #finished-message (cat "\nPayback bol úspeîne zmodernizovaný."))
(set destdir "RAM:")
(while (= (exists (tackon destdir "Payback.exe")) 0)
(
(set destdir
(askdir
(prompt #installdrawer)
(help #installdrawer-help)
(default "RAM:")
(disk)
)
)
(if (= (exists (tackon destdir "Payback.exe")) 0)
(message #notfound)
)
)
)
(complete 10)
(copyfiles
(prompt #install-all)
(source "Files/")
(pattern "#?")
(dest destdir)
)
(complete 100)
(message #finished-message)
(set @default-dest destdir)