Hey, I want to run powershell.exe to run a script. But the script in turn takes arguments. How do I achieve this ?
this doesnt work...
this doesnt work...
myTask.Actions.Add("powershell.exe","C:\\Users\\aqeel\\Desktop\\FYP\\sender.ps1", MyStringArgs);