|
Post comment |
Channel database (ID: 328)
Reply to an existing commnent
Hi, @markustegelane! I found bugs in this little test program. Since you created this program in 2017, this command line may have changed a bit and it doesn't work well. Test.bat:
@echo off
setlocal EnableDelayedExpansion
set "tab= "
for /l %%a in (1,1,1000) do set "bck=!bck! "
:screen
echo %tab%%bck% 2>nul&set /p=