Well here is my solution to the problem, I made a script based on what the OP had and I have my "Buddy" folder in the root directory. Everything listed below is in a Honorbuddy.bat and I run as administrator.
cd c:\
rmdir /S /Q BuddyTemp
xcopy Buddy BuddyTemp /s /e /i
start /d BuddyTemp Honorbuddy.exe
This is for windows 8 as the switches from the previous OP had doesn't work for windows 8.
cd c:\
rmdir /S /Q BuddyTemp
xcopy Buddy BuddyTemp /s /e /i
start /d BuddyTemp Honorbuddy.exe
This is for windows 8 as the switches from the previous OP had doesn't work for windows 8.