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?
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?
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"

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?