|
Running PowerShell scripts in RR Dawson from Malaysia [173 posts] |
11 year
|
Hi STeven,
Does RR support running the .ps1 file type? It would be interesting to enable RR to manipulate the windows file system.
|
|
|
Steven Gentner from United States [1446 posts] |
11 year
|
|
|
Dawson from Malaysia [173 posts] |
11 year
|
|
|
Dawson from Malaysia [173 posts] |
11 year
|
Hi STeven,
I tried to load the powershell script from the execute program module as you advised but when i select the file i get the error "only exe files supported". Pls help.
|
|
|
Steven Gentner from United States [1446 posts] |
11 year
|
Dawson,
You can't just type in the .ps extension as that doesn't execute. You need to find that powershell exe and send your filename as a parameter to that program.
To test, you can try it in a cmd console. I.e. something like
c:\path\to\powershell.exe c:\temp\my_program
STeven.
|
|
|
Dawson from Malaysia [173 posts] |
11 year
|
ok great it works now. thanks
|
|