Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. @echo off
  2. echo Running Automater report for %1
  3. echo chill and let automater do it's thing....
  4. echo.
  5. del /f /q "%temp%\automater_output.html">NUL
  6. REM start /wait /d "C:\Program Files (x86)\TekDefense-Automater\" c:\Python27\python.exe "C:\Program Files (x86)\TekDefense-Automater\Automater.py" -w "%temp%\automater_output.html" -vr %1%
  7. cd "C:\Program Files (x86)\TekDefense-Automater\"
  8. Automater.py -w "%temp%\automater_output.html" -Vvr %1
  9. echo continuing will open automater html report
  10. pause
  11. start "" "%temp%\automater_output.html"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement