echo text %% [SOLVED]
Posted: 28 Aug 2018 11:39
Hello, I'm building a batch file that will generate a new .cmd file, I need to send it to this new file through echo:
for / l %% w in (1,1,20) do mode with: cols = 67 lines = %% w
more in the new file comes out as follows:
for /l % w in (1,1,20) do mode with: cols = 67 lines = % w
How to send through the echo command %%?
for / l %% w in (1,1,20) do mode with: cols = 67 lines = %% w
more in the new file comes out as follows:
for /l % w in (1,1,20) do mode with: cols = 67 lines = % w
How to send through the echo command %%?