Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. @echo off
  2. Kill wtclient.exe somehow
  3. echo Hi, I'm doing some stuff
  4. echo OK, now I need to take a breather for 5 seconds...
  5. choice /d y /t 5 > nul
  6. echo Times up! Here I go again...
  7. echo Copying INI
  8. xcopy /s "C:\Windows\Z\Osu\Tablet4170x2340M.ini*" "C:\Windows\Tablet4170x2340M.ini"
  9. echo Another breather for 2 seconds...
  10. choice /d y /t 2 > nul
  11. start "C:\Program Files (x86)\TABLET" PLaunch.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement