How do I pass a Parameter to a Shortcut to a WBT?
Keywords: shortcut parameters shortcuts
Question:
How do I pass a parameter to a Winbatch WBT file in the Shortcut properties window?Answer:
You need to specify the full command line in the "target" line, so it will look like:"c:\program files\winbatch\system\winbatch.exe" "c:\temp\mymail.wbt" "mypassword"
Article ID: W14404Filename: Passing Parameters to Shortcuts.txt