- To start a program
Output may defer according to system so, write the code and execute/run your batch file
After writing the code, Double-click your batch file, It will open the specified program
:: to start any windows default(System32) program
Start PROGRAM_NAME
:: to start any program
Start PROGRAM_PATH_NAME\PROGRAM_NAME
Concept
Coming Soon !
QuickIn order to succeed you must fail, so that you know what not to do the next time.