I'm trying to run a Powershell script without leaving Eclipse IDE so I setup External tool config as follows:
under "main" tab:
Location: C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe
Working Directory: C:\WINDOWS\system32\windowspowershell\v1.0\
Arguments: "& C:\PowershellScripts\script.ps1"
I save it and click run but nothing happens. A console window stays open diplaying C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe in title. I click on red Stop button but noting seems to happen anyway. The script is not exectued.
What am I missing?