Batch_Scripting_Commands
Batch_Scripting_Commands
ECHO
CLS
Example: CLS
PAUSE
Example: PAUSE
REM
SET
IF
FOR
Description: Directs the command interpreter to a labeled line in the batch program.
:END
CALL
Description: Calls another batch file and returns to the current file.
START
EXIT
Example: EXIT
TITLE
COLOR
Example: COLOR 0A
CHDIR (CD)
Example: CD \path\to\directory
DEL (ERASE)
COPY
XCOPY
MOVE
MKDIR (MD)
Example: MD newfolder
RMDIR (RD)