Windows batch script is less powerful, at least in my opinion, than the bash script under linux environment. However, with the latest OS like Win7, using batch allows to …
In linux, the which command is to search for executables in the given $PATH variables. In windows, the which command can be easily created simply a few lines of …