Jump to content

Recommended Posts

Posted

I am trying to run a bat file using ...

Run("C:\converted\runme.bat")

this code does run the program, but the program runs incorrectly. The program is supposed to open (start) a php file, but fails.

Posted

Run("C:\converted\runme.bat","C:\converted")

basically that will run the batch file as if you are in a CMD prompt executing it from the directory C:\converted.

Lar.

f_mrcleansmalm_77ce002.jpgAutoIt has helped make me wealthy

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