AJ6594 Posted August 20, 2009 Posted August 20, 2009 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.
LarryDalooza Posted August 20, 2009 Posted August 20, 2009 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. AutoIt has helped make me wealthy
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