April 19, 200620 yr This may sound like a dumb question, but is there a way to have comments in the RunOnceEx.cmd?
April 19, 200620 yr 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
Create an account or sign in to comment