|
Answer» im sure im just not doing something RIGHT but I want the file to DELETE the folder, not just its contents. this is what i have:
Code: [Select]del /Q %name%I think you want the RD command with /S parameter (and /Q if you won't want it to prompt). Like: Code: [Select]rd Temp /q /sBe very careful when using the RD command with /S.thanx it works. in case you were wondering what its for its for a GAME im working on. its an option for deleting your profile. Yeah, I have a pretty MESSED up profile system lol.game programming is more fun than that. use a better LANGUAGE. i dont know better languages. i need to take a class or something.
|