home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Intel.dxr / 00091.ls < prev    next >
Encoding:
Text File  |  2001-10-02  |  766 b   |  11 lines

  1. on mouseUp me
  2.   open("Datos\Intel\Intel.ppt", "C:\Archivos de programa\Microsoft Office\Office\Powerpnt.exe")
  3.   open("Datos\Intel\Intel.ppt", "C:\Archivos de programa\Microsoft Office\Office10\Powerpnt.exe")
  4.   open("Datos\Intel\Intel.ppt", "D:\Archivos de programa\Microsoft Office\Office\Powerpnt.exe")
  5.   open("Datos\Intel\Intel.ppt", "D:\Archivos de programa\Microsoft Office\Office10\Powerpnt.exe")
  6.   open("Datos\Intel\Intel.ppt", "C:\Program Files\Microsoft Office\Office\Powerpnt.exe")
  7.   open("Datos\Intel\Intel.ppt", "C:\Program Files\Microsoft Office\Office10\Powerpnt.exe")
  8.   open("Datos\Intel\Intel.ppt", "D:\Program Files\Microsoft Office\Office\Powerpnt.exe")
  9.   open("Datos\Intel\Intel.ppt", "D:\Program Files\Microsoft Office\Office10\Powerpnt.exe")
  10. end
  11.