What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Windows 8.1 Batch File Help

Florida

New Member
Joined
Jan 2, 2014
Messages
217
Reaction score
0
I used to be able to clear the 3 main folders and 6 altogether from TBMC with rmdir /s /q "C:\Honorbuddy\Cache now it says the path is not specified. I tried running the batch as administrator too. Is there something different you have to do in Windows 8.1?

Code:
rmdir /s /q "C:\Honorbuddy (TMBC)\Cache"

rmdir /s /q "C:\Honorbuddy (TMBC)\CompiledAssemblies"


rmdir /s /q "C:\Honorbuddy (TMBC)\Logs"


rmdir /s /q "C:\Honorbuddy\Cache"


rmdir /s /q "C:\Honorbuddy\CompiledAssemblies"


rmdir /s /q "C:\Honorbuddy\Logs"

1AEahiY.png


I feel as though batch files work differently in Windows 8. In Windows 7 I used exactly what I'm posting here and it got the job done, now it wants to be difficult. Anyone have an idea what the issue could be?
 
Back
Top