• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help deleting file...

josh609

Member
THere is a folder on my desktop that i can't delete, it says the file on the drive is not there. How can i delete it, even though i see the folder? It's not being used at all......there is just some pictures in it......
 
make sure your windows explorer isnt in the folder then use a cmd window to take care of it 🙂 (deltree)
 
yea try deleting it from the command line. and i believe deltree was removed in windows 2000 and xp, you should use rmdir with a /s parameter
 
Originally posted by: talyn00
yea try deleting it from the command line. and i believe deltree was removed in windows 2000 and xp, you should use rmdir with a /s parameter

Wrong... deltree is still alive and well
 
Originally posted by: Doug117
Originally posted by: talyn00
yea try deleting it from the command line. and i believe deltree was removed in windows 2000 and xp, you should use rmdir with a /s parameter

Wrong... deltree is still alive and well
Nope also. It is now Del /S, Rmdir /S.

 
Back
Top