Advertisement
Guest User

Untitled

a guest
Mar 27th, 2020
682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. pushd "%~dp0"
  3.  
  4. ChromeCookiesView.exe /scookiestxt cookie.txt
  5.  
  6. for /f "tokens=6,7" %%a in ('type cookie.txt ^| findstr nicovideo.jp') do (
  7.   echo %%a=%%b
  8. )
  9.  
  10. popd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement