Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- rem -- set the two smiles and the heart characters to a variables --
- rem -- by Vasil "npcomaka" Arnaudov
- chcp 1252
- for /f "delims= " %%A in ('type %windir%\inf\winusb.PNF') do (
- set line=%%A
- goto :end_for
- )
- :end_for
- set "line="
- set smile=%line:~0,1%
- set heart=%line:~1,1%
- set zmile=%line:~2,1%
- echo %smile% %heart% %zmile%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement