Deleting mpg & mpeg files

Status
Not open for further replies.

luapnosneb

Posts: 14   +0
i have a half dozen mature mpg and mpeg files on my computer that i can't delete in the normal way. any advice or any programs that will remove them?
 
Try this then:

Start
Run
Enter 'cmd /k' (no quotes)
Enter 'cd\' (will get you the C:\ prompt)
Enter 'cd\(path) where path is the path to the folder where the stubborn mpeg's are, eg, C:\BadPictures
Enter 'dir /w'
If you can see the item, Enter 'erase [filename]'

If you had a folder to delete, you would use 'rmdir [folder name]'
 
Status
Not open for further replies.
Back