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
Moderator: General Moderators
No errors, nothing.command = "mkdir.exe C:\WINDOWS\temp\alextest";
system($command);