M
moleskyca1
I have long lines in my .bat file. This works, but it is diffucult to
read. How can I break them into multiple line, like:
set "RUNTIME_ENV=-param1=sql4,new_12rts -param2=sql5,new_12rts -
param3=sql5,new_12rts -param6=orcl_enum12 -param7=orcl_enumA17 -
param8=.\src\extern\lib\oswindowsnt"
Line is longer. Is there something like in makefile when you do '\'
and then tab the next line?
Thank you.
read. How can I break them into multiple line, like:
set "RUNTIME_ENV=-param1=sql4,new_12rts -param2=sql5,new_12rts -
param3=sql5,new_12rts -param6=orcl_enum12 -param7=orcl_enumA17 -
param8=.\src\extern\lib\oswindowsnt"
Line is longer. Is there something like in makefile when you do '\'
and then tab the next line?
Thank you.