Window CMD to delete files

Associate
Joined
6 Jun 2005
Posts
467
Location
Portsmouth
I have a file on my system that for some reason crashes the comp when i click on it.

How do i delete it via the CMD prompt?

The file is located at -

C:\Documents and Settings\Dan\My Documents\Downloads\Temp\MakeUtrip.wmv

What should i put in CMD prompt to delete the bugger?
 
sorry for being stupidly stupid but i cannot get to grips with the cmd prompt at all.

I've got the CMD prompt open with the text "C:\>" coming first.

How do I go about adding "del" before the "C:\" :rolleyes:
 
copy this..

del "C:\Documents and Settings\Dan\My Documents\Downloads\Temp\MakeUtrip.wmv"

open cmd, right click, paste, press enter!
 
dantonkin said:
sorry for being stupidly stupid but i cannot get to grips with the cmd prompt at all.

I've got the CMD prompt open with the text "C:\>" coming first.

How do I go about adding "del" before the "C:\" :rolleyes:

Ignore it, it will end up as:

C:\> del "C:\Documents and Settings\Dan\My Documents\Downloads\Temp\MakeUtrip.wmv"
 
Back
Top Bottom