home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Indart.cst / 00037_Script_37 < prev    next >
Text File  |  1997-10-14  |  292b  |  11 lines

  1. on unlinkdll dll
  2.   if the machinetype < 255 then 
  3.     set chedir to "INVENZIONI:INVENZIO:macxob:"
  4.     set p to ".xob"
  5.   else
  6.     set chedir to (char 1 of the moviepath &":\INVENZIO\winxob\")
  7.     set p to ".dll"
  8.   end if
  9.   --  put chedir&dll
  10.   closexlib (chedir&dll&p)
  11. end linkdll