home *** CD-ROM | disk | FTP | other *** search
/ PC Master 1997 July & August / PCM97.iso / demos.dxr / 00033_inst2.ls < prev    next >
Encoding:
Text File  |  1998-06-23  |  375 b   |  17 lines

  1. on mouseDown
  2.   global ipath, source
  3.   set btn to the clickOn
  4.   set the member of sprite btn to "inst2i"
  5.   updateStage()
  6.   repeat while the stillDown
  7.     updateStage()
  8.   end repeat
  9.   set the member of sprite btn to "inst2"
  10.   if ipath contains "td4" then
  11.     set env to the pathName & "td4" && "c:\td4 /s /q /h /y /i"
  12.     open(env, "xcopy")
  13.   else
  14.     open(ipath)
  15.   end if
  16. end
  17.