Various scripts used to automate boring and/or time-consuming tasks.
Pull requests are welcome for bugs/improvements or additional scripts.
Batch
- Hourly_Robocopy_Backup.bat: Setup scheduled task to run hourly incremental backup
- CopyToFTP.bat: Copy to FTP server
- DeploySCP.bat: Deployment script using SCP - featuring GoTo spaghetti
- DownloadFTPandUnzip.bat: Download zip file from FTP server and unzip to destination
- PrintFile.bat: Script for automatically printing a predefined file using Acrobat Reader DC
Powershell
- ListUpdates.ps1: List Windows Updates from remote computers
- InteractiveAdminTools.ps1: Some useful IT tools in an interactive shell
Javascript
Python
- BulkImageRotater.py: CLI script for rotating all supported image types in selected directory by 90 degrees clockwise
- BulkImageFlipMirror.py: CLI script for mirroring all images in directory
Bash/Shell