Saturday, August 10, 2013

Windows Batch Files - Common Tips

Lessons learnt while writing Windows Batch Scripts

  1. @echo off -> used as the first line in a batch script, to suppress the output of current command to console
  2. REM this is how a comment is made
  3. echo "this is how to print something to console"

No comments:

Post a Comment