Advertisement
Guest User

Untitled

a guest
May 29th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. C:\>for /f "delims=" %d in ('dir /ad /b') do cd "%~d"
  2.  
  3. C:\>cd "$RECYCLE.BIN"
  4.  
  5. C:\$RECYCLE.BIN>cd "a"
  6. The system cannot find the path specified.
  7.  
  8. C:\$RECYCLE.BIN>cd "abc"
  9. The system cannot find the path specified.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement