Can anyone explain what is happening here
Posted: 05 Apr 2017 01:12
So guys I was playing around with batch macros and and am going to write a small topic about it at http://www.thebateam.org.
I was looking at almost all of my code but, I can't really make out what's happening in this common line.
I know %LF% is a newline character(0x0A). But how can this line issue a newline with line continuation?
Can anyone write a step by step guide on what is happening here. Thanks in advance.
Sincerely,
Sounak
I was looking at almost all of my code but, I can't really make out what's happening in this common line.
Code: Select all
set ^"\n=^^^%LF%%LF%^%LF%%LF%^^"
I know %LF% is a newline character(0x0A). But how can this line issue a newline with line continuation?
Can anyone write a step by step guide on what is happening here. Thanks in advance.
Sincerely,
Sounak