Tag Archive: batch
How To Create a Firefox Offline Mode Batch File
For those of you who don’t know, Firefox has an OFFLINE mode where you can use this to display cached content if the website is down. I’ve managed to create a little batch file that checks whether the website is down and then it loads the OFFLINE website (note you must have previously visited the […]
read moreVerge Yiimp ccMiner batch file
Verge Yiimp ccMiner batch file DO YOU LIKE WHAT YOU’VE READ?Join our subscription list and receive our content right in your mailbox. If you like to receive some Great deals our Freebies then subscribe now! Name Email
read moreSeptember 9, 2016 / by Marco / automation, batch, batch files, files, launch, links, Start, website, Windows
FIX FOR WINDOWS BATCH FILE THAT DOES NOT CONTINUE LAUNCHING
Windows batch files are great for basic automation, especially if you add it to your Windows Startup. However, I just ran into a problem with executing multiple commands in a batch file – they would not continue and just pause until the program is exited. Here is an example of the original batch file: @echo […]
read moreHOW TO SCHEDULE BACKUPS FOR WAMP FILES AND DATABASES
I managed to figure out a way to backup the WAMP files and databases by using the Windows Task Scheduler and a batch file. The batch file includes using mysqldump (already part of the WAMP install), 7-zip (a free open source compression tool) and gzip (for the database compression). BATCH FILE Let’s have a look […]
read more