The code is as follows
Why does it say attrib should not appear
color 4
echo Warning!!!
echo The MP4 is infected!!! The MP4 will automatically scan for viruses soon, please press Enter to continue!!!
pause>nul
set /p b=<d:\盘符.txt
for /f %%a in (d:\病毒.txt) do (
echo Is %%a this program something you copied onto the MP4?
set /p c=If yes, enter Y otherwise enter N
if %c%=="N" attrib -s -r -h %b%:\%%a&&del %b%:\%%a /q /f
pause
)
......
Why does it say attrib should not appear
