Windows Bat File Potpourri
Purpose: The purpose of this article is to display a set of commonly used Windows Bat Scripts Check if a folder exists and create if it doesn’t if not exist “C:\Temp\InstallationLogs\” mkdir C:\Temp\InstallationLogs Iterate through a .csv file for /f “delims=,” %%a in (Computers.csv) do ( Run a .exe from a share on each computer […]