Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- pushd "%~dp0"
- ChromeCookiesView.exe /scookiestxt cookie.txt
- for /f "tokens=6,7" %%a in ('type cookie.txt ^| findstr nicovideo.jp') do (
- echo %%a=%%b
- )
- popd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement