Guest User

Untitled

a guest
May 20th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @echo off
  2. d:
  3. if exist goddamn.txt (
  4. echo File found.
  5. ) else (
  6. echo File not found.
  7. )
  8. echo -----
  9. pause
  10.  
  11. forfiles /p c:Directory /s /m goddamn.txt /c "cmd /c @if exist @file (@echo Exists: @path) "
Add Comment
Please, Sign In to add comment