Closed GoogleCodeExporter closed 9 years ago
seems current does not support comment in commandline.(only in menu)
because in commandLine This is not necessary.
in batch you can comment out a line using "#" or "::"
Original comment by chenall.cn
on 27 Mar 2013 at 12:19
I am not sure what you mean? The following menu shows an error
title fred
echo fred ;; # this is a comment
pause
Original comment by Steve6375
on 27 Mar 2013 at 10:44
Try this ..
Original comment by chenall.cn
on 28 Mar 2013 at 12:30
Attachments:
title fred
echo fred ;; # this is a comment
pause
This now works as expected
Thanks
:-)
Original comment by Steve6375
on 28 Mar 2013 at 11:17
Thanks too..
Original comment by chenall.cn
on 28 Mar 2013 at 12:09
Original issue reported on code.google.com by
Steve6375
on 26 Mar 2013 at 11:40