Ссылка: Sendkeys из командной строки
Решите этот вопрос: отправьте лотос по электронной почте с командой и не нужно нажимать никакие кнопки.
Напишите скрипт vbs:
set shell = CreateObject("WScript.Shell") shell.run"YourLotusPath\notes.exe" WScript.Sleep 1000 shell.run"YourLotusPath\notes.exe mailto:username@abc.com?subject=Test?body=Test?attach=test.txt" WScript.Sleep 2000 shell.SendKeys"" shell.SendKeys"" shell.SendKeys"^(+)" <== Ctrl+Shift+Enter, which is lotus "send" shortcut key. WScript.Sleep 1000 shell.SendKeys""
Затем просто выполните скрипт VBS cscript sendmail.vbs