Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- rem -- counts pushd calls
- rem -- slower than pushd counter
- pushd >%temp%\temp.temp
- type %temp%\temp.temp | find /c "\"
- rem find /c "\" %temp%\temp.temp
- del %temp%\temp.temp /q >nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement