Invoke scripts using shell_exec and Windows?
Posted: Thu Apr 29, 2010 2:29 pm
I have a command for some custom binaries, running on Windows. When I invoke the command throuh cmd.exe manually, everything works as expected, however I cannot get a simple mkdir to work:
I have tried system, shell_exec, exec, etc with no results...what am I missing?
Cheers,
Alex
No errors, nothing.command = "mkdir.exe C:\WINDOWS\temp\alextest";
system($command);
I have tried system, shell_exec, exec, etc with no results...what am I missing?
Cheers,
Alex