Help for this page
use strict ; use warnings ; ... $ex->run('Notepad') ; sleep(0.1) ; $ex->sendkeys("Hello World!") ;
Set wshshell = wscript.CreateObject("WScript.Shell") Wshshell.run "Notepad" wscript.sleep 100 wshshell.sendkeys "Hello World!"