Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @echo off
  2. call ~driveletter.bat
  3. :check
  4. cls
  5. echo To exit close this window, but to avoid an error you
  6. echo need to shutdown "Speaking Messenger" correctly.
  7. echo Otherwise you will recieve and error!
  8. if not exist message.txt goto :check else goto :reader
  9. :reader
  10. start /w wscript.exe reader.vbs
  11. DEL message.txt
  12. goto :check
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement