MSDos question

Im trying to get a virus off a friends PC. Think i’ve identified the file as pc.exe, but how can i delete it?

Im grubbing around in DOS but what im looking for is how to enter…

find pc.exe (and then an extension that will look in ALL directories). Any suggestions please? I’ve not used DOS in at least 8 years and it shows lol

dir pc.exe /s

cheers. will try that when my patience returns. and the paracetamol kicks in.

£50 charge sounds about right. serves him right for looking at horsepron

you might need to use “attrib -r -a -s -h pc.exe” to show/delete readonly / hidden / system files too.