usera Posted April 11, 2012 Posted April 11, 2012 Greeting, I am not sure if this is possible: I have a powershell script available, it will output a file in a folder, then I want au3 to get that file and do some changes. so the question is how can I run(call) ps1 (powershell) inside au3 script. thanks usera
WhiteSpace Posted April 11, 2012 Posted April 11, 2012 If powershell is in your path variables, you should be able to call it with the Run command using the @Comspec macro or ShellExecute statement.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now