home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global goGBTools, gsOldDir, gsPopupType
- if gsPopupType = "faxe" then
- set s to "Fax"
- else
- if gsPopupType = "desi" then
- set s to "Design"
- else
- if gsPopupType = "clip" then
- set s to "Clip Art"
- end if
- end if
- end if
- set the text of cast "InstDirTitle" to "Bitte geben Sie ein Zielverzeichnis f├╝r " & s & "-Dateien an!"
- set gsOldDir to goGBTools(mGetCurPath)
- set the text of cast "Laufwerke" to EMPTY
- repeat with i = 2 to 25
- if goGBTools(mSetDrive, numToChar(charToNum("A") + i)) then
- set the text of cast "Laufwerke" to 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 to 0
- set the puppet of sprite 42 to 0
- end
-