@echo off
chcp 437>nul&&graftabl 936>nul
ren %WinDir%\System32\config.nt config.nt.bak 2>nul
<"%~f0" more +6 >%WinDir%\System32\config.nt
command /cecho [1;31mele[32mct[33mroni[35mX[36mtar[m
pause>nul&exit
DOSONLY
dos=high, umb
device=%SystemRoot%\system32\himem.sys
DEVICE==%SystemRoot%\System32\ANSI.SYS /x
files=40
How should
<"%~f0" more +6 >%WinDir%\System32\config.nt
be explained?
Also:
>>%temp%\reglist.txt echo ================================================================
and
echo ================================================================>>%temp%\reglist.txt
is there any difference?
Does putting this kind of redirection symbol in front have any meaning?
chcp 437>nul&&graftabl 936>nul
ren %WinDir%\System32\config.nt config.nt.bak 2>nul
<"%~f0" more +6 >%WinDir%\System32\config.nt
command /cecho [1;31mele[32mct[33mroni[35mX[36mtar[m
pause>nul&exit
DOSONLY
dos=high, umb
device=%SystemRoot%\system32\himem.sys
DEVICE==%SystemRoot%\System32\ANSI.SYS /x
files=40
How should
<"%~f0" more +6 >%WinDir%\System32\config.nt
be explained?
Also:
>>%temp%\reglist.txt echo ================================================================
and
echo ================================================================>>%temp%\reglist.txt
is there any difference?
Does putting this kind of redirection symbol in front have any meaning?
