ODC Posted April 19, 2006 Posted April 19, 2006 This may sound like a dumb question, but is there a way to have comments in the RunOnceEx.cmd?
cluberti Posted April 19, 2006 Posted April 19, 2006 In a cmd file, the colon character is used to denote a line that should be displayed, but not executed. So, having the following in a CMD file should output comments:: // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~: //: // Comments hereexecutable line here
Yzöwl Posted April 19, 2006 Posted April 19, 2006 :: COMMENT:LABEL:INVALID LABELREM COMMENTUse syntax in either of lines 1 or 4
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now