
CODE: [Copy to clipboard]@echo off
for /f "tokens=4 delims=/=" %%a in ('findstr "noexecute=optin" "boot.ini"') do (
echo %%a=
)
| Quote: | |
|
CODE: [Copy to clipboard]@echo off
type nul>"boot12.txt"
for /f "tokens=1-3 delims=/" %%a in (boot.ini) do (
if "%%c" neq "" (
>>"boot12.txt" echo %%a /%%c
) else (
>>"boot12.txt" echo %%a
)
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |