Tutorials about batch

Changing the process name of batch files in windows

A reader have asked me, after reading Changing the process name of python script in windows. This is very nice solution, I have a similar problem with batch files. How can I change the process name of a batch file which is always cmd.exe for any batch file?'. I have adjusted the script to allow to distinguish between those batch files.

Invoking program with given arguments

A common practice in batch files is invoking another batch file or program with the arguments that were given to batch files. In this article, we will see how to invoke another batch file or program with all the arguments or some of the arguments from a position