Code Snippets
Saturday, August 10, 2013
Windows Batch Files - Common Tips
Lessons learnt while writing Windows Batch Scripts
@echo off -> used as the first line in a batch script, to suppress the output of current command to console
REM this is how a comment is made
echo "this is how to print something to console"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment