Please look at this example:
How can I fix this error? Thanks!
———————————————————————
Moved from DOS Troubleshooting & Problem Discussion (Answer Room)
Obviously posted in the wrong section, points deducted accordingly.
——Administrator
———————————————————————
[ Last edited by chishingchan on 2009-2-12 at 01:26 ]
@echo off
REG QUERY "HKLM\SYSTEM\CurrentControlSet\Services\Kbdclass\Enum" /v 1! REG.EXE VERSION 3.0
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Kbdclass\Enum
1 REG_SZ ACPI\PNP0303\4&30647147&0
Press any key to continue . . .
@echo off
REG QUERY "HKLM\SYSTEM\CurrentControlSet\Services\Kbdclass\Enum" /v 1
for /f "tokens=3" %%a in ('REG QUERY "HKLM\SYSTEM\CurrentControlSet\Services\Kbdclass\Enum" /v 1 ^|findstr "REG_SZ"') do @set K1=%%a
echo %K1%
pause! REG.EXE VERSION 3.0
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Kbdclass\Enum
1 REG_SZ ACPI\PNP0303\4&30647147&0
ACPI\PNP0303\4
'30647147' is not recognized as an internal or external command,
operable program or batch file.
'0' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
How can I fix this error? Thanks!
———————————————————————
Moved from DOS Troubleshooting & Problem Discussion (Answer Room)
Obviously posted in the wrong section, points deducted accordingly.
——Administrator
———————————————————————
[ Last edited by chishingchan on 2009-2-12 at 01:26 ]
Recent Ratings for This Post
( 1 in total)
Click for details
| Rater | Score | Time |
|---|---|---|
| DOSroot | -6 | 2009-02-10 13:06 |


