تماشای ویدئو VBScript Basics Part 8 SendKeys از آی-ویدئو

VBScripting (.vbs) Basic tutorial on how to use sendkeys to send keyboard keys and commands too your computer. Also how to pause a script for a certain number of seconds or milliseconds. Special keys: http://www.devguru.com/content/technologies/wsh/17420.html Code Example: ______________________________________________________ Option Explicit Dim auto Set auto=CreateObject("wscript.shell") auto.run "notepad.exe" wscript.sleep 2000 auto.sendkeys "Hello there," auto.sendke
3 دی 1396
آی-ویدئو