Advertisement
afruff23

slave.bat

Aug 17th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. title slave.bat
  2. :: Tasks that run when activity alert triggered
  3. Taskkill /IM "MiLight Controller.exe" /F
  4. E:
  5. cd E:\LimitlessLED-master\LimitlessLED-Test\bin\Debug
  6. timeout 2
  7. LimitlessLED-Test fadeup
  8. LimitlessLED-Test RGBWOn
  9. :: Wait 20 minutes (1200 seconds) before considering room inactive
  10. timeout 1200
  11. :: Tasks that run when room is considered inactive
  12. Taskkill /IM "MiLight Controller.exe" /F
  13. cd E:\LimitlessLED-master\LimitlessLED-Test\bin\Debug
  14. timeout 1
  15. LimitlessLED-Test fadedown
  16. timeout 1
  17. LimitlessLED-Test allmin
  18. timeout 1
  19. LimitlessLED-Test allnightmode
  20. timeout 1
  21. LimitlessLED-Test alloff
  22. LimitlessLED-Test RGBWoff
  23. timeout 300
  24. cd "E:\Program Files\NIRCMD\"
  25. nircmd.exe cmdwait 1000 monitor off
  26. :: Close window
  27. EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement