Advertisement
calscks

script.bat

Nov 14th, 2017
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. REM running this batch: python.exe <name of script.py> <deviation>
  2. FOR %%A IN (%*) DO (
  3.     python.exe script.py %%A 0
  4. )
  5. @pause >nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement