Guest User

Untitled

a guest
Mar 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. :commfailure
  2. %POPUP% "Communications with UPS lost."
  3. GOTO :done
  4.  
  5. :commok
  6. %POPUP% "Communciations with UPS restored."
  7. GOTO :done
  8.  
  9. :powerout
  10. GOTO :done
  11.  
  12. :onbattery
  13. %POPUP% "Power failure. Running on UPS batteries."
  14. GOTO :done
  15.  
  16. :offbattery
  17. %POPUP% "Power has returned. No longer running on UPS batteries."
  18. GOTO :done
  19.  
  20. :mainsback
  21. GOTO :done
Add Comment
Please, Sign In to add comment