Quote:
Originally Posted by Jerm357
I have recently opened the zip file containing awdflash.exe. I extracted the files and after using it I delete the zip file, but the awdflash.exe refuses deletion! Now, I have tried renaming, deleting in safe mode, and neither worked. I get the error "cannot delete awdflash.exe its beening used by another person or program". Any Ideas how to delete the awdflash.exe file?
|
It is an attrib setting in windows that causes this problem. IE file attributes.
For those using XP the file delete app sighted in this forum will work. If you are running Vista you may not get the same results.
For users of Vista.
ctrl+alt+del to open Windows Task Manager
File > New Task (Run...)
type "cmd" into the Open prompt (without the quotes) and click okay
Find the file location.
For those who lack command prompt skills
"dir" will bring up a list of files and folders
"cd\" take you to root.
"cd foldername" changes the directory you are in.
"del" will delete a file or folder.
So you will want to go to your user's desktop if that is where you unzipped the file.
Enter the following set of commands in the command prompt window
cd\ (will take you to root IE C:\ in most cases)
cd users (enters you into the users directory)
dir (will bring up the folders listed inside the users file.)
cd yourusernamehere (It will be the name you login to Vista with most likely)
cd desktop
dir (to make sure AWDFLASH.EXE is listed among the files.)
attrib AWDFLASH.EXE -R (takes the file attribute off)
del AWDFLASH.EXE (deletes the file)
If this file is found in a different location then the desktop finding someone who is command prompt savy can come in handy, the last two commands will work once the file is found.