Joined: 10 Aug 2006 Posts: 258 Location: kalifornia
icons from torrent links on my desktop
i tried to d/l some torrents from torrentsworld.net and along with the links to download the torrent that i saved to my desktops there are other icons that appeared that i cannot erase. they say .torrent also, but they're not links and they say 0 bytes...
so the links i have deleted off the desktop with no problem, but no matter what i have tried i cannot delete, move, or rename these other icons.
and they are not being used by another program..
does anyone have an idea what these are and how to get rid?
Sun Oct 18, 2009 8:11 pm
Sponsor
madthumbs
Joined: 22 Feb 2006 Posts: 8221 Location: Fingerlakes - NY usa
you should have some basic knowledge of DOS commands ... no matter. Try this...
In Vista,
Start > Run > type 'cmd' and hit 'Enter'
It should open the command prompt window showing the directory you are currently in, usually (drive):\Documents and settings\(Your Username)>
At the command prompt, type 'cd desktop' and hit Enter
Next type 'del *.tor' and hit Enter
If there were any problem files, they will get deleted permanently. You can then type 'exit' to get out of the command prompt window and back to the Vista desktop.
If this does not work, then as JackFrost46 said, you will need to check if the problem files have 'read only / hidden / system attributes' AND/OR 'do not conform to DOSes 8.3 format', in which case, you can follow those instructions to check/remove the attributes and rename the files to conform to 8.3 format. Then follow the steps in this post to delete them.
To check for 8.3 format, type 'dir /a /x /p'. Locate the file and use 'del' command to delete the file using it's listed corresponding 8.3 filename.
To remove read only/ system /hidden attributes, use 'attrib -a -s -h (entire filename with extension)'
To rename file type 'ren (include entire filename with extension here) (include new filename here)
Note : new filename must be in 8.3 format, i.e. for example ... original filename --> somethingsomethingsomething.something
rename to ---> newname1.tor
You will have to do this for each prblem file and then 'del newname1.tor' OR 'del *.tor' for multiple files.
In case of torrentworld.net files, it is usually sufficient to use 'del *.tor' (as long as they have a listed 8.3 format name) as they don't have any attributes that need to be removed.
Cheers!
Mon Oct 19, 2009 9:38 am
dumby
Joined: 10 Aug 2006 Posts: 258 Location: kalifornia