You are on page 1of 1

set wshshell = wscript.createobject("wscript.

shell")
wshshell.run "outlook"
wscript.sleep 2500 ' give notepad some time to load
wshshell.sendkeys "^{n}"
wscript.sleep 1000
wshshell.sendkeys "balakrishnan.u@cranessoftware.com"
wshshell.sendkeys "{tab}"
wshshell.sendkeys "{tab}"
wshshell.sendkeys "{tab}"
wshshell.sendkeys "{tab}"
wshshell.sendkeys "{tab}"
wscript.sleep 200
wshshell.sendkeys "hi balu, on this auspicious day i accept that i am a very big
fool� i don�t think god planted brains in my head�!!! ...with regards,
fool d great."
wscript.sleep 400
wshshell.sendkeys "%{s}"

You might also like