November 18, 201312 yr 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
November 18, 201312 yr Send Event is the way to go, but both your examples contain errors. Try: cmd /c C:xampphtdocshello.php
Create an account or sign in to comment