home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 2 #6
/
CDRTV2N6.iso
/
ggmd
/
lingo.ini
< prev
next >
Wrap
Text File
|
1996-02-02
|
358b
|
12 lines
on startup
global theHDpath, theCDpath, gCPU
global gMusicPath, gSolosPath, gSoundDrive
put the pathname into theHDpath
put the pathname into theCDpath
put "486" into gCPU
put "music\" into gMusicPath
put "solos\" into gSolosPath
put the pathname into gSoundDrive
set centreStage to true
openXlib "FileIO"
end startup