Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 12 Posts 4 Joined 2006-07-29 15:36 20-year member UID 59467 Gender Male From 安徽合肥
Status Offline
Does anyone have a good method to use batch commands to search for all *.exe files under the specified drive letter, display them, and then use del to delete them all? I'm currently researching a program to deal with logo1_.exe. I sincerely hope everyone can provide ideas! Thanks a lot!~
Credits 2,902 Posts 1,147 Joined 2006-09-21 12:00 19-year member UID 63324 Gender Male
Status Offline
The latest version of KV can kill some variants~:)
At the same time, there are special antivirus programs for this virus on the Star Terminal and Kingsoft Antivirus websites.
At the same time, you can also find some content about netizens researching to delete this virus in the "Search" function of the forum~:)
Credits 282 Posts 130 Joined 2006-09-20 22:25 19-year member UID 63201 From 广东
Status Offline
Hehe~~
Is it "Happy Hour"?
I also got infected~
That thing is really annoying~
It seems that batch processing can't kill it~
Change to a dedicated killer~
Credits 7,493 Posts 2,672 Joined 2005-09-02 00:00 20-year member UID 42173 Gender Male
Status Offline
Actually, many problems in the forum can be solved using the search function built into Windows. For example, the problem of the original poster. Press Win+F and then search the entire disk for logo_.exe, and then delete all the results.
Credits 11,386 Posts 4,938 Joined 2006-07-23 17:10 20-year member UID 59080
Status Offline
1. Newcomers can be understood to post multiple times~
2.
@echo off
echo.
echo Declaration:
echo.
Deleting .exe files in the specified drive may cause adverse consequences.
echo.
I shall not be held responsible for such consequences.
echo.
-------------------by:Mis-sqm
echo.
set /p b=Continue? (Y / N):
if %b%==y goto:yes
if %b%==n goto:eof
:yes
cls
set /p a=Please enter the drive letter to search:
echo.
for /f %%i in ('dir /s/b/a-d %a%:\*.exe') do del /f /q %%i
echo.
All *.exe files under the specified drive have been deleted & pause>nul
Credits 2,902 Posts 1,147 Joined 2006-09-21 12:00 19-year member UID 63324 Gender Male
Status Offline
Originally posted by funship at 2006-10-9 21:17:
Does everyone have a good way to use batch commands to search for all *.exe files under the specified drive letter, display them, and then use del to delete them all? I'm currently researching this...
Really can't think of what the system is useful for if all executable files are deleted?
Just for this one virus? Haha...
Buy or DL antivirus software, which not only protects existing data but also removes the virus.