I am using the execute task to invoke a vbscript but I need to be able to specify an input paramenter for the script to process. Without making major changes to the script, how do I specify the extra parameter?
In SQLServer Agent, I would execute "C:\windows\System32\cscript.exe D:\job_executables\MyScript.vbs MyParameter1 MyParameter2 ..."
How do I do this with the execute script or execute task item?
Luther