Advertisement
Guest User

Untitled

a guest
Nov 17th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ~~~~~
  2. D:\stam\stam4\FooDir>dir /b "BarDir/A_Text_File.txt"
  3. File Not Found
  4. ~~~~~
  5.  
  6. Versus this:
  7.  
  8. ~~~~~
  9. D:\stam\stam4\FooDir>dir /b "BarDir\A_Text_File.txt"
  10. A_Text_File.txt
  11. ~~~~~
  12.  
  13. The result is not the same.
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement