News

Quick Reference The following commands are commonly used in batch files: cls Clear screen rem or :: Remarks @echo off Turn off display for this command only echo off Turn off display echo on Turn ...
They provide a looping mechanism that uses the syntax “FOR %%VAR IN (LIST) DO”. They provide a command (CHOICE) that works like a case statement. There is even a FIND command that works like grep.