home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global driveletter
- if the machineType = 256 then
- append(the searchPath, driveletter & "QTDB")
- append(the searchPath, driveletter & "QTANIM")
- append(the searchPath, driveletter & "MAKERS\QT")
- append(the searchPath, driveletter & "MAKERS\BODY")
- append(the searchPath, driveletter & "MAKERS\POWER\QT")
- go(1, "OPEN.DIR")
- end if
- end
-