Guest User

Untitled

a guest
Dec 13th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. cd c:blackboardtoolsadmin
  2. servicecontroller.bat services.stop
  3. echo ! ! ! Blackboard services have successfully stopped. It is now safe to shut down the computer or database server. ! ! !
  4. timeout /15
  5.  
  6. echo in foo
  7. bar.bat
  8. echo called bat <--never called
  9.  
  10. echo in bar
  11.  
  12. echo in baz
  13. call bar.bat
  14. echo back in baz <--will be called
Add Comment
Please, Sign In to add comment