Posts

MAKING A SIMPLE BATCH FILE You can make a batch file by starting with opening notepad and writing "@ echo off " and end with saving it as "name.bat" you also need some codes to complete batch programming this is the page that helped me master batch programming  https://www.instructables.com/id/5-Cool-Batch-Files/   and learn all about batch programming