home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IBM CD-ROM Sampler
/
IBM_CD-ROM_Multimedia_Sampler_IBM_1995.iso
/
project.exe
/
project.DXR
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-20
|
294 b
|
13 lines
on startMovie
global gDrive, testthis
repeat with N = 67 to 90
set Letter to numToChar(N)
set LookFor to Letter & ":\sample.ibm"
set testthis to FileIO(mnew, "read", LookFor)
if objectp(testthis) then
set gDrive to Letter
exit repeat
end if
end repeat
end