Remmove files using cmd
Closed
faisal
-
3 Jul 2009 à 23:34
afsgun Posts 275 Registration date Wednesday 13 May 2009 Status Member Last seen 6 September 2009 - 4 Jul 2009 à 09:21
afsgun Posts 275 Registration date Wednesday 13 May 2009 Status Member Last seen 6 September 2009 - 4 Jul 2009 à 09:21
Related:
- Remmove files using cmd
- Cmd diskpart - Guide
- Upload files to mediafire - Guide
- How to open .swf files - Guide
- Clear ram cmd - Guide
- Cmd computer name - Guide
1 response
afsgun
Posts
275
Registration date
Wednesday 13 May 2009
Status
Member
Last seen
6 September 2009
38
4 Jul 2009 à 09:21
4 Jul 2009 à 09:21
Hello there,
You should know your attributes command to do so, If the virus file is hidden you will have to use this:
DEL /P /F /S /Q [/A[[:]attributes]] names
ERASE /P /F /S /Q [/A[[:]attributes]] names
attributes
R Read-only files S System files
H Hidden files A Files ready for archiving
- Prefix meaning not
To delete a file simply type:
del [drive:][path]filename
delete [drive:][path]filename
Thanks
You should know your attributes command to do so, If the virus file is hidden you will have to use this:
DEL /P /F /S /Q [/A[[:]attributes]] names
ERASE /P /F /S /Q [/A[[:]attributes]] names
attributes
R Read-only files S System files
H Hidden files A Files ready for archiving
- Prefix meaning not
To delete a file simply type:
del [drive:][path]filename
delete [drive:][path]filename
Thanks