home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1996 June
/
PCOnline_06_1996.iso
/
mrmore
/
mrmore.dir
/
00652_Script_652
< prev
next >
Wrap
Text File
|
1996-04-11
|
878b
|
31 lines
-- Ordner init
on exitFrame
global goGBTools, gsOldDir, gsPopupType
if gsPopupType = "faxe" then
set s = "Fax"
else if gsPopupType = "desi" then
set s = "Design"
else if gsPopupType = "clip" then
set s = "Clip Art"
end if
set the text of cast "InstDirTitle" = "Bitte geben Sie ein Zielverzeichnis fⁿr "&s&"-Dateien an!"
set gsOldDir = goGBTools(mGetCurPath)
set the text of cast "Laufwerke" = ""
repeat with i = 2 to 25
if goGBTools(mSetDrive, NumToChar(CharToNum("A")+i)) then
set the text of cast "Laufwerke" = the text of cast "Laufwerke" & NumToChar(CharToNum("A")+i) & ":"&return
goGBTools(mChDir, "\")
end if
end repeat
goGBTools(mSetDrive, line 1 of field "Laufwerke")
ReadWindow()
set the puppet of sprite 41 = false
set the puppet of sprite 42 = false
end