Advertisement
npocmaka

pushdfinder

May 8th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. rem -- counts pushd calls
  3. rem -- slower than pushd counter
  4. pushd >%temp%\temp.temp
  5. type %temp%\temp.temp | find /c "\"
  6. rem find /c "\" %temp%\temp.temp
  7. del %temp%\temp.temp /q >nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement