home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2000 February / PCW_2_2000.ISO / software / prx / tipps / startrun.exe / StartRun.vbs
Encoding:
Text File  |  1999-11-11  |  227 b   |  14 lines

  1. 'Nicht jeder hat eine Windows-Tastatur...<Strg>-<R>
  2. set HA = wscript.CreateObject("wscript.Shell")
  3. HA.Sendkeys "^{ESC}"
  4. wscript.sleep 400
  5. HA.SendKeys "U"
  6. HA.SendKeys "{BS}"
  7. HA.SendKeys "%{Up}"
  8. HA.SendKeys " "
  9.  
  10.  
  11.  
  12.  
  13.  
  14.