home *** CD-ROM | disk | FTP | other *** search
- on getCDdrive
- set itisThere to 0
- set FileOBJ to EMPTY
- openXLib("FILEIO.DLL")
- set driveName to getBack(the pathName) & "LSEE\ENGLISH.INI"
- set FileOBJ to FileIO(mnew, "read", driveName)
- if objectp(FileOBJ) then
- set soundText to FileOBJ(mReadLine)
- set soundText to FileOBJ(mReadLine)
- set lengthText to FileOBJ(mReadLine)
- set MovieText to FileOBJ(mReadLine)
- set animationText to FileOBJ(mReadLine)
- set volumeText to FileOBJ(mReadLine)
- set pagetext to FileOBJ(mReadLine)
- set orientLocation to FileOBJ(mReadLine)
- set CDLocation to FileOBJ(mReadLine)
- set loadList to FileOBJ(mReadLine)
- set IntroText to FileOBJ(mReadLine)
- set recognitionText to FileOBJ(mReadLine)
- delete char 1 to 11 of soundText
- delete char 1 to 12 of lengthText
- delete char 1 to 10 of MovieText
- delete char 1 to 14 of animationText
- delete char 1 to 12 of volumeText
- delete char 1 to 9 of pagetext
- delete char 1 to 11 of orientLocation
- delete char 1 to 8 of CDLocation
- delete char 1 to 8 of loadList
- delete char 1 to 8 of IntroText
- delete char 1 to 12 of recognitionText
- FileOBJ(mdispose)
- return char 1 of CDLocation
- end if
- end
-