home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
optimus
/
agata
/
home.dir
/
00254.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-02-20
|
186 b
|
10 lines
on exitFrame
global gPath
if the machineType = 256 then
set nextMovie to gPath & "help\"
else
set nextMovie to gPath & "help:"
end if
go(1, nextMovie & "help.dir")
end