Code Snippets
Showing posts with label
Batch Files
.
Show all posts
Showing posts with label
Batch Files
.
Show all posts
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"
Older Posts
Home
Subscribe to:
Posts (Atom)