Guest User

Untitled

a guest
Jan 17th, 2019
100
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. set /p input= Input file:
  3. set output= output.txt
  4.  
  5. set dupsremoved= %input%_dupsremoved.txt
  6.  
  7. script1.py -i %input% -o %output%
  8. script2.py -i %output% -o %dupsremoved%
  9. del %output%
Add Comment
Please, Sign In to add comment