Jump to content

Recommended Posts

Posted

Hello.

I am testing my scripts on Windows 8 Release Preview (which I am guessing isnt supported by AutoIT yet).

Most of it all seems to be working fine except for Run and RunWait commands used to kick off an exe.

I can get the exe to start by doing

RunWait(@comspec & "/c c:\prog\CLI.exe" , "c:\windows\system32", @SW_SHOW)

but not

RunWait("c:\prog\CLI.exe") - Which works on all other OS's.

Has anyone else come across this problem and found a way to get it working?

Cheers

Adam

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...