home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 5 / boot-disc-1997-01.iso / launch.dir / 00006_Script_6 < prev   
Text File  |  1996-11-05  |  206b  |  9 lines

  1.  on getdrive
  2.   set curpath=the moviepath
  3.   set olddelimiter=the itemdelimiter
  4.   set the itemdelimiter="\"
  5.   set drive=item 1 of curpath
  6.   set the itemdelimiter=olddelimiter
  7.   return (drive&"\")
  8. end
  9.