@echo off
setlocal
set comment=goto endcomment
echo This line is executed
%comment%
echo These lines
echo are commented out...
:endcomment
echo The next line to execute
%comment%
You may place here
%$#"#% anything you want.... &!>|<()
:endcomment
echo End of example
4条答案
按热度按时间lc8prwob1#
我认为,这可以达到目的,
字符串
trnvg8h32#
你可以用这个看起来更好的技巧...
字符串
pzfprimi3#
在批处理脚本中没有这样的东西。
(gotos excluded.)
shyt4zoc4#
没有那些讨厌的
goto
s、rem
s和::
的多行注解字符串
EDIT:由于前面的示例不起作用,您可以创建一个宏
的数据
(Not在for循环中工作)