home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 15
/
cdrt15.iso
/
pc
/
twtw
/
shared.dir
/
00460_Script_460
< prev
next >
Wrap
Text File
|
1995-03-29
|
337b
|
13 lines
on PCorMac eitherFN
--òòsend this a Filename in form XXXXX?.Dir
--òòand 5th char from the end is reset depending on machine type
if the machinetype = 256 then
set type = "P"
else
set type = "M"
end if
put type into char (length(eitherFN)-4) of eitherFN
go frame "st" of movie string(eitherFN)
end