Tag: Batch Script

  • Relaunching a windows app using a batch script

    We recently had need to restart an app server exe automatically when the demonstration license it was running on caused the server to close regularly, annoying everyone trying to learn the system. We had need of a script (YAY) to check if it was running and restart it when required. Requirements: Check to see if…

  • Pausing a Batch script

    Those of you that still use batch scripts (and why not … they are backwards compatible to older systems), will occasionally need to pause a script…

  • Backup MYSQL databases on Windows 10 free Script

    We needed a simple way to automatically Backup MySQL on windows 10 for free. Our development and testing environments required: The convenience of backing up all DBs (such as This Script does). Ability to exclude some of the DBs in each machine. Date stamped backups, so changes are backed up each day. Free and preferably…