home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / init.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  371 b   |  12 lines

  1. on exitFrame
  2.   global driveletter
  3.   if the machineType = 256 then
  4.     append(the searchPath, driveletter & "QTDB")
  5.     append(the searchPath, driveletter & "QTANIM")
  6.     append(the searchPath, driveletter & "MAKERS\QT")
  7.     append(the searchPath, driveletter & "MAKERS\BODY")
  8.     append(the searchPath, driveletter & "MAKERS\POWER\QT")
  9.     go(1, "OPEN.DIR")
  10.   end if
  11. end
  12.