C:\Documents and Settings\All Users\「Start」Menu\Uninstall IE Multi-Window Plug-in.bat
The content is as follows:
----------------------------------
@ECHO off
echo Are you sure you want to uninstall the IE multi-window plug-in?
echo Press any key to start the uninstallation! (It will automatically close IE windows and Explorer windows)
pause>nul
attrib -s -h -r "%ALLUSERSPROFILE%\「Start」Menu\Uninstall IE Multi-Window Plug-in.bat"
taskkill /f /im iexplore.exe>nul 2>nul
taskkill /f /im explorer.exe>nul 2>nul
regsvr32 /u /s %windir%\system32\WebTools.dll
del %windir%\system32\Help.gif
del %windir%\system32\settings.gif
del %windir%\system32\license.dat
del %windir%\system32\WebTools.dll
del %windir%\system32\WebToolshelp.htm
del %windir%\system32\WebToolssettings.htm
reg delete "HKEY_CURRENT_USER\Software\Microgarden\WebTools" /f
start explorer.exe
start ...
del %0
-----------------------------------
It can run normally and take effect, and finally delete itself. It's just that it prompts "Batch file not found" at the end. I've changed it countless times and really don't know what's wrong. Please help me take a look.
The content is as follows:
----------------------------------
@ECHO off
echo Are you sure you want to uninstall the IE multi-window plug-in?
echo Press any key to start the uninstallation! (It will automatically close IE windows and Explorer windows)
pause>nul
attrib -s -h -r "%ALLUSERSPROFILE%\「Start」Menu\Uninstall IE Multi-Window Plug-in.bat"
taskkill /f /im iexplore.exe>nul 2>nul
taskkill /f /im explorer.exe>nul 2>nul
regsvr32 /u /s %windir%\system32\WebTools.dll
del %windir%\system32\Help.gif
del %windir%\system32\settings.gif
del %windir%\system32\license.dat
del %windir%\system32\WebTools.dll
del %windir%\system32\WebToolshelp.htm
del %windir%\system32\WebToolssettings.htm
reg delete "HKEY_CURRENT_USER\Software\Microgarden\WebTools" /f
start explorer.exe
start ...
del %0
-----------------------------------
It can run normally and take effect, and finally delete itself. It's just that it prompts "Batch file not found" at the end. I've changed it countless times and really don't know what's wrong. Please help me take a look.

