Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cmd

Run Grunt Task With Node.js Arguments On Windows

I am running into an out of memory error when running grunt babel. It is solved on mac by increasin… Read more Run Grunt Task With Node.js Arguments On Windows

PHP Exec To Launch A Cmd Window With Parameters

I have been trying to launch a cmd window using the php exec method. The idea is to launch cmd and … Read more PHP Exec To Launch A Cmd Window With Parameters