Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @echo off
  2. pushd "%~dp0"
  3. start /wait JRT.exe -y -nr
  4. pushd %temp%\JRT
  5. if not exist "get.bat" goto :eof
  6. find /v /i "pause" get.bat>tmp.bat
  7. find /v /i "notepad" tmp.bat>get.bat
  8. start /wait get.bat
  9. type %userprofile%\Desktop\JRT.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement