How to comment in cmd.exe / Windows command line
Published 2018-11-14, 15:02
REM this is a comment
or
:: another comment
(Second one only works sometimes, see comment)
Topic(s): Link, Notiz, Technik
2 comments - :)
Published 2018-11-14, 15:02
REM this is a comment
or
:: another comment
(Second one only works sometimes, see comment)
( 1 )
Na na na, ganz so einfach ist’s natürlich nicht. Oder um aus ähnlicher Quelle zu zitieren: „The problem appears to be when trying to redirect output into a file. My best guess is that it is interpreting :: as an escaped label called :echo.“
https://stackoverflow.com/a/12407934
Comment von Señor Rolando am 14. November 2018
( 2 )
Ahhh, das liest jemand was ich hier schreibe.
Ich bastele dann wohl nur „Skripte“, die einfach genug sind um auch mit
::
klarzukommen.Danke aber für den Hinweis, also einfach nur
REM
merken.Comment von Jan am 15. November 2018