b.
to handle enterbook
linkDll "tb30dos.dll"
STRING getCDDriveList ()
end linkDll
firstCD = textline 1 of getCDDriveList ()
CDMediaPath of this book = firstCD
ASYM_Hyperpath of this book = ASYM_Hyperpath of this book&",directory name\,dir
ectory name\,directory name\"
forward
end
-- this script, from Bridie Saccocio and Craig McDonald, sets sysCDMediaPath to
the first CD-ROM drive, and lets hyperpaths be relative, no matter what
drive was specified in the hyperlink properties. Substitute your actual
directory names where you read "directory name". Don't have a clue how
it all works, but it does. See also page 6-31, mmtb Users Manual. Note
- you need to include this script because all media resources must remain
on the CD.