A script that does various IT needs
Go to file
David Todd ec2c17e905 Fix the choice selector on advanced options
These Y/N choices were failing because
I was checking for a lowercase letter,
while batch checks for uppercase
2017-06-15 11:59:03 -05:00
.gitignore Add initial gitignore 2017-04-09 20:13:13 -05:00
LICENSE Add License and ReadMe 2017-04-09 20:11:46 -05:00
Quick_Utility.bat Fix the choice selector on advanced options 2017-06-15 11:59:03 -05:00
README Add License and ReadMe 2017-04-09 20:11:46 -05:00

README

Quick Utility (Q) - A script that satisifes various IT needs

Copyright 2015-2017 David Todd (c0de) c0de@c0defox.es
License: MIT, Refer to LICENSE file for more information

This script was born out of my need to constantly change IP addresses at work. I've slowly added more features as time goes on.
This script is designed for Windows 7-10, but I have had success in running it as the Administrator under Windows XP.
This script also runs fully interactive. In the future, I may wish to add non-interactive command-line parameters, but I have not implemented it.