Guest User

Untitled

a guest
Jun 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. @echo off
  2.  
  3. set logPath=DTCX2.log
  4.  
  5. @echo Starting DTCX2.bat with parameters DateFrom:"2018-03-11" DateFrom:"2018-03-14" > %logPath%
  6. call %location%DTCX2.BAT "2018-03-11" "2018-03-14"
  7.  
  8. timeout /t 1800 /nobreak
  9.  
  10. @echo Starting DTCX2.bat with parameters DateFrom:"2018-03-14" DateFrom:"2018-03-17" > %logPath%
  11. call %location%DTCX2.BAT "2018-03-14" "2018-03-17"
  12. timeout /t 1800 /nobreak
  13. @echo Starting DTCX2.bat with parameters DateFrom:"2018-03-17" DateFrom:"2018-03-20" > %logPath%
  14. call %location%DTCX2.BAT "2018-03-17" "2018-03-20"
  15. timeout /t 1800 /nobreak
  16. @echo Starting DTCX2.bat with parameters DateFrom:"2018-03-20" DateFrom:"2018-03-23" > %logPath%
  17. call %location%DTCX2.BAT "2018-03-20" "2018-03-23"
  18. timeout /t 1800 /nobreak
  19. @echo Starting DTCX2.bat with parameters DateFrom:"2018-03-23" DateFrom:"2018-03-27" > %logPath%
  20. call %location%DTCX2.BAT "2018-03-27" "2018-03-30"
  21. timeout /t 1800 /nobreak
  22. @echo Starting DTCX2.bat with parameters DateFrom:"2018-03-27" DateFrom:"2018-03-30" > %logPath%
  23. call %location%DTCX2.BAT "2018-03-27" "2018-03-30"
  24. timeout /t 1800 /nobreak
  25. @echo Starting DTCX2.bat with parameters DateFrom:"2018-03-30" DateFrom:"2018-04-02" > %logPath%
  26. call %location%DTCX2.BAT "2018-03-30" "2018-04-02"
  27. timeout /t 1800 /nobreak
  28. @echo Starting DTCX2.bat with parameters DateFrom:"2018-04-02" DateFrom:"2018-04-05" > %logPath%
  29. call %location%DTCX2.BAT "2018-04-02" "2018-04-05"
  30. timeout /t 1800 /nobreak
  31. @echo Starting DTCX2.bat with parameters DateFrom:"2018-04-05" DateFrom:"2018-04-08" > %logPath%
  32. call %location%DTCX2.BAT "2018-04-05" "2018-04-08"
  33. timeout /t 1800 /nobreak
  34. @echo Starting DTCX2.bat with parameters DateFrom:"2018-04-08" DateFrom:"2018-04-11" > %logPath%
  35. call %location%DTCX2.BAT "2018-04-08" "2018-04-11"
  36. timeout /t 1800 /nobreak
  37. @echo Starting DTCX2.bat with parameters DateFrom:"2018-03-11" DateFrom:"2018-03-14" > %logPath%
  38. call %location%DTCX2.BAT "2018-03-11" "2018-03-14"
  39. timeout /t 1800 /nobreak
  40. @echo Starting DTCX2.bat with parameters DateFrom:"2018-04-14" DateFrom:"2018-04-17" > %logPath%
  41. call %location%DTCX2.BAT "2018-04-14" "2018-04-17"
  42. timeout /t 1800 /nobreak
  43. @echo Starting DTCX2.bat with parameters DateFrom:"2018-04-17" DateFrom:"2018-04-20" > %logPath%
  44. call %location%DTCX2.BAT "2018-04-17" "2018-04-20"
  45. timeout /t 1800 /nobreak
  46. @echo Starting DTCX2.bat with parameters DateFrom:"2018-04-20" DateFrom:"2018-04-23" > %logPath%
  47. call %location%DTCX2.BAT "2018-04-20" "2018-04-23"
  48. timeout /t 1800 /nobreak
  49. @echo Starting DTCX2.bat with parameters DateFrom:"2018-04-23" DateFrom:"2018-04-27" > %logPath%
  50. call %location%DTCX2.BAT "2018-04-27" "2018-04-30"
  51. timeout /t 1800 /nobreak
  52. @echo Starting DTCX2.bat with parameters DateFrom:"2018-04-27" DateFrom:"2018-04-30" > %logPath%
  53. call %location%DTCX2.BAT "2018-04-27" "2018-04-30"
Add Comment
Please, Sign In to add comment