This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set shell = CreateObject("WScript.Shell") | |
shell.run"YourLotusPath\notes.exe" | |
WScript.Sleep 1000 | |
shell.run"YourLotusPath\notes.exe mailto:[email protected]?subject=Hello?attach=Result.txt" | |
WScript.Sleep 2000 | |
shell.SendKeys"{TAB}" | |
shell.SendKeys"{ENTER}" | |
shell.SendKeys"^(+{ENTER})" | |
WScript.Sleep 1000 | |
shell.SendKeys"{ENTER}" |
NewerOlder