How to execute the console command without running cmd
?
- onewhich one? and why it is important not to run cmd.exe? - 4per
- for example work with php console - Dmitriy Gvozd
- you must run cmd.exe to execute the command, but make the window itself hidden - Ruslan_K
- Running the process without cmd.exe, as an option. - Vladimir Martyanov
- in order to execute CLI PHP commands under Windows, you can run php.exe with parameters, right? Or run once and then pass only the parameters, or so it will not work? - Dmitry Nail
|