home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / dxrs / Sofwpc12.dxr / 00108_Copy1black.ls < prev    next >
Encoding:
Text File  |  1998-10-12  |  341 b   |  12 lines

  1. on mouseDown
  2.   global DriveLtr, folder, whichsection, x
  3.   repeat while the mouseDown
  4.     set the member of sprite 41 to member "copy1down"
  5.     updateStage()
  6.   end repeat
  7.   set text to "set folder = DriveLtr & the installpathname of the prog" & x & " of " & whichsection
  8.   put text
  9.   do(text)
  10.   open(folder, DriveLtr & "dxrs\copysl.exe")
  11. end
  12.