Search : in
By :

Remmove files using cmd

Last answer on Jul 4, 2009 2:21:09 pm BST faisal, on Jul 4, 2009 4:34:29 am BST 
 Report this message to moderators

Hello,
i found a virus using cmd prompt
but i don't know how to remove that file.
please help me .....

Configuration: Windows XP Internet Explorer 7.0

Best answers for « remmove files using cmd » in :
How to Password Protect your Files and Folders ShowHow to Password Protect your Files and Folders How to password protect a Word document Password protection on Windows 3.x, Windows 95 and Windows 98 Password protection on Windows XP Password protection on Windows XP Home Edition Password...
How to read a file line by line ShowHow to read a file line by line Intro Tips Bonus Intro One of the most common errors of learning scripts bash on GNU / Linux is to read a file line by line, is to use a loop "for" (for line in $ (cat file.txt) do. ..), which in this...
Burning an ISO file using Nero 8 ShowBurning an ISO file using Nero 8 To burn an ISO file on nero is very simple, Just follow these instructions: File > Open A window will appear and browse the image file you want to burn then press Open Then a window saying ‘ Burn the...
Download Easy File Locker ShowTo keep your privacy and secure up your data on your machine, the best way is to hide them altogether. Easy File Locker is primarily a tool to block access, modification, reading, deleting, moving or copying your files or folders. But to make...
FTP protocol (File Transfer Protocol) ShowIntroduction to FTP protocol FTP protocol (File Transfer Protocol) is, as its name indicates a protocol for transferring files. The implementation of FTP dates from 1971 when a file transfer system (described in RFC141) between MIT machines...
Using FTP commands ShowThe FTP protocol FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...

1

 afsgun, on Jul 4, 2009 2:21:09 pm BST

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

Reply to afsgun