@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
中的<"%~f0" more +6 >%WinDir%\System32\config.nt
应该怎么解释?
还有:
>>%temp%\reglist.txt echo ================================================================
和
echo ================================================================>>%temp%\reglist.txt
有区别吗?
这种重定向符号的提前有什么意义吗?
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
中的<"%~f0" more +6 >%WinDir%\System32\config.nt
应该怎么解释?
还有:
>>%temp%\reglist.txt echo ================================================================
和
echo ================================================================>>%temp%\reglist.txt
有区别吗?
这种重定向符号的提前有什么意义吗?
