Computeractive

Batch file 7

Jun 21st, 2022 (edited)
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @echo off
  2. cls
  3. echo Let's compare two files
  4. echo =======================
  5. echo.
  6. set /p file1=Where is the first file?
  7. set /p file2=Where is the second file?
  8. echo.
  9. comp %file1% %file2%
  10.  
Add Comment
Please, Sign In to add comment