home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / ggmd / lingo.ini < prev    next >
Text File  |  1996-02-02  |  358b  |  12 lines

  1. on startup
  2.    global theHDpath, theCDpath, gCPU
  3.    global gMusicPath, gSolosPath, gSoundDrive
  4.    put the pathname into theHDpath
  5.    put the pathname into theCDpath
  6.    put "486" into gCPU
  7.    put "music\" into gMusicPath
  8.    put "solos\" into gSolosPath
  9.    put the pathname into gSoundDrive
  10.    set centreStage to true
  11.    openXlib "FileIO"
  12. end startup