Batch file commands are basically just shortcuts in the Windows program. An example of a common batch file is autoexec.bat, which is a simple boot file loaded each time the computer is loaded on MS-DOS and early Windows computers. Some basic batch commands are "CALL" which is used to run another batch file within a batch file. "CLS" would be used to clear your screen. Typing "PAUSE" would be
. used to prompt the user to press any key to continue. For more information, please refer to http://www.computerhope.com/batch.htm.