sam215 Posted November 18, 2013 Posted November 18, 2013 I want to execute some files from cmd e.g i want to execute a file hello.php from C:xampphtdocs folder.So how to say cmd that u have go in C:xampphtdocs folder I mean how to go to specific folder in cmd. I try this "Send Event [ open document/application; "cmd.exe /C:xampphtdocs" ]" and Send Event [ open document/application; "cmd.exe C:xampphtdocs" ]. Bur its not working
Wim Decorte Posted November 18, 2013 Posted November 18, 2013 Send Event is the way to go, but both your examples contain errors. Try: cmd /c C:xampphtdocshello.php
Recommended Posts
This topic is 4368 days old. Please don't post here. Open a new topic instead.
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