comments in bat file?
Possible Answer:
Writing comments. It is always a good idea to write comments in your bat-files. Your comments will help you to understand your own bat-files later on. - read more
Possible Answer:
Comments in batch files are usually placed in lines starting with REM (REMarks). ... IF EXIST C:\AUTOEXEC.BAT ( :: Comment line 1 ECHO Do something :: Comment line 2 ) will result in an error message stating:) was unexpected at this time. and: - read more
Please vote if the answer you were given helped you or not, thats the best way to improve our algorithm. You can also submit an answer or check other resources.