brainAbuddy
Active Member
- Joined
- Aug 12, 2010
- Messages
- 2,180
- Reaction score
- 11
Hey buddies
I want to create a button to delete all settings volders from an server, because the settings file will get corrupted many times.
I want an confirm button in case I ecedently press the program that it ask if I really want to delete the files
this is what I got now:
I want to create a button to delete all settings volders from an server, because the settings file will get corrupted many times.
I want an confirm button in case I ecedently press the program that it ask if I really want to delete the files
this is what I got now:
HTML:
DEL /F /S /Q /A "D:\HB\Settings\SERVERA"
DEL /F /S /Q /A "D:\HB\Settings\SERVERB"