Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

batch comment

:: This is a comment that won't be printed
- or -
REM This is a comment that will be printed

ECHO "Hello" & :: This command prints 'Hello'
- or -
ECHO "Hello" REM This command prints 'Hello'
Source by www.shellhacks.com #
 
PREVIOUS NEXT
Tagged: #batch #comment
ADD COMMENT
Topic
Name
8+6 =