Here's my workflow. Create a new batch file foo.bat with the following contents:
title Node.js
prompt C:$G
cls
And put this in your windows path. Start it any folder using `foo.bat`. You get a nice clean looking prompt great for screenshots:
That answers "how do I hide the path on the command prompt".
title Node.js
prompt C:$G
cls
And put this in your windows path. Start it any folder using `foo.bat`. You get a nice clean looking prompt great for screenshots:
That answers "how do I hide the path on the command prompt".