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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now