====Batch Files (.BAT and .CMD)==== Batch job scripts (.BAT) are the scripting files used by MS-DOS. Command scripts (.CMD) are the scripting files used by Windows since NT4. Here follows a small list of .CMD and .BAT files made by me. Please notice: some files can produce undesired behaviour. Check twice. *[[en:bat:NetScan|Scripts to scan a network]] *[[en:bat:shutdown-when-robocopy-ends.cmd|Shutdown when robocopy ends]] you can adapt it to any application that does not require user intervention. *[[es:bat:dar_backup|My backup script for DAR]] DAR is a backup utility allowing encryption. I tried to make a nightly backup utility to make backups from my laptop, but currently I don't use it anymore. *[[en:bat:getmyip.cmd get ip number using batch file]] *[[en:bat:delete files accidentally synced from USB to dropbox]] *[[en:bat:find zip files wich contain fonts]] *[[Delete files of FOLDER1 already on FOLDER2]] Remove files from Folder if they are duplicated in another folder. *[[Convert VCF to excel CSV using batch file and SED]] *[[en:bat:Wait 30 seconds]] A windows command line script that waits for 30 seconds. * There are more scripts at [[es:bat:start|es:bat:start]], but they're on Spanish.