Jump to content

Recommended Posts

Posted

I am trying to get the following command to run in Autoit. I am sure it can however I am having syntax problems. The line here operates in the run window. What is the equivalent for a run command in Autoit. Thanks,

Steve

Posted

Many thanks....Perfect,

steve

Run('"C:\Program Files\DEL-13x\bin\del.exe" -a -M -S "PRIMARY Test (V6)"')

; Or...

ShellExecute('C:\Program Files\DEL-13x\bin\del.exe', '-a -M -S "PRIMARY Test (V6)"')

:mellow:

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...