; February 2014 | Michael Ian Lapsley

Bat Files (File Renamer)

I am starting to do some work with batch (.bat) files in windows. These are simple DOS scripts that can be used in windows. Getting Started I suggest one download and use notepad++ to work with the .bat file. This is a free software that adds color coding to the code depending on the file name extension. (So it you open a file, fileName.bat, notepad++ will use the color coding for bat...