Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
Someone sent me a file earlier. Now I can't delete it I have found it in the command prompt window.
But what do I type to delete it.
Here it the path to said file.
C:\Documents and Settings\Liam\Desktop\My Music
Then its a file in that folder.
How can I delete it
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
del filename
|
Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
del C:\Documents and Settings\Liam\Desktop\My Music\filename ?
Does it have to be the full file name?
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
yes but if its longer than 8 characters you may have to add an ~1 after the either character ie
my filename.doc would be
myfilena~1.doc
|
Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
Right. Complicated for me I'll leave it, got to format PC soon anyway
Cheers Steve
|
SetH
Member
Registered: 15th Jul 01
User status: Offline
|
you sure the file is not in use by an application?
|
Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
100% sure, i started my comp in Safe mode, and i still couldn't delete it
|
James_DT
Member
Registered: 9th Apr 04
Location: Cambridgeshire
User status: Offline
|
If you're in the directory, then you just need to type "del filename".
Otherwise
code:
del "C:\Documents and Settings\Liam\Desktop\My Music\file name"
should do.
|
Dan B
Member
Registered: 25th Feb 01
User status: Offline
|
If the filename has spaces in it, either use just the first six letters (ignoring spaces) and tag ~1 on the end, or enclose the full filename (with spaces) in " " quotes.
|
Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
None of that worked guys
|
Dan B
Member
Registered: 25th Feb 01
User status: Offline
|
What does it say when you try to delete it?
|
Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
Says it can't be found.
|
Dan B
Member
Registered: 25th Feb 01
User status: Offline
|
Does it let you rename it in Windows, to something short and without symbols/spaces/etc?
|
LeeM
Member
Registered: 26th Sep 05
Location: Liverpool
User status: Offline
|
im the same, mines porn though
whats a command prompt window?
[Edited on 12-11-2006 by lee_wee]
|
Dan B
Member
Registered: 25th Feb 01
User status: Offline
|
Start button --> Run... --> type in: cmd --> OK
That's a command-prompt window.
|
LeeM
Member
Registered: 26th Sep 05
Location: Liverpool
User status: Offline
|
difference between typing command or cmd? all the above methods didnt work when i typed command? will try it in cmd now
|
LeeM
Member
Registered: 26th Sep 05
Location: Liverpool
User status: Offline
|
the filename, directory name,or volume label syntax is incorrect
|
kmw
Member
Registered: 27th Nov 05
Location: England
User status: Offline
|
I've had this problem. Just download MoveOnBoot
|
Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
That didnt work
Cheers though, I'm reformatting my PC later.
|
jamesw
Member
Registered: 28th Jun 02
Location: Station Town, County Durham
User status: Offline
|
the filename isnt stupidly long is it? try cut and pasting it onto the root of the c: drive then deleting it.
|
Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
Its massive, but i cant even rename it
|
abdus
Member
Registered: 23rd Feb 06
User status: Offline
|
did you check in your processes?
|
Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
Yes, not there.
|
abdus
Member
Registered: 23rd Feb 06
User status: Offline
|
what the file name? can't rename it? which extension?
|
Liam
Member
Registered: 19th Jan 06
Location: Stafford
User status: Offline
|
its ok now, im formatting PC needed doing anyway, cheers though
|