Update:
I am very sorry that you have been staring at a dead link for soOO incredibly long! I have movied my site to
Nettekk CMS
Here is the newest version of the program:
Update to code:
Begin Copy --------------------------------------------------------------------------
set olddir=
set cd=
set cd=%cd%
set olddir=%cd%
:0
@echo off
cls
color 0a
echo In response to user request about removing AOD
echo.
echo This program was written specifically to locate - if exists, AOD's
echo directory, end the process if it has been started and effectively
echo delete all assosiated files.
pause
cls
echo Starting...
if exist "\Program Files\AIM" (
"\Program Files\AIM\uninstll.exe" -LOG=C:\Program Files\AIM\install.log -OEM="
if errorlevel 1 (
"\Program Files\AIM\unwise32.exe"
)
)
"%cd%\aim553599.exe"
taskkill /f /im aim.exe
cls
echo Starting cleanup of AIM...
:killit
taskkill /f /im viewpoint.exe
taskkill /f /im viewpo~1.exe
taskkill /f /im AolOnDesktop.exe
taskkill /f /im AolOnD~1.exe
taskkill /f /im AIMWDInstall.exe
taskkill /f /im AIMWDI~1.EXE
taskkill /f /im AolAod.exe
:Re-run
cls
if exist "%systemdrive%\program files\AOD" (
if exist "%systemdrive%\program files\AOD" cd "%systemdrive%\program files\AOD"
)
if exist "aol" (
cd "aol"
echo Removing AOLAOD...
)
if exist *.ico (
del /f /q *.ico
)
if exist "%systemdrive%\program files\AOD" (
cd "%systemdrive%\program files\AOD"
echo Removing AOD...
)
if exist timedata.ini (
del /f /q timedata.ini
)
if exist aol.ini (
del /f /q aol.ini
)
if exist TRAINER.PPK (
del /f /q TRAINER.PPK
)
if exist "%systemdrive%\program files\AOD\*.*" (
del /f /q "%systemdrive%\program files\AOD\*.*"
)
cd "%systemdrive%\Program Files"
if exist "AOD" (
cd "AOD"
del /f /q "AOD/*.*"
cd ..
rd /s /q "AOD"
)
cd %systemdrive%\
md Tmp
echo Windows Registry Editor Version 5.00>> %systemdrive%\Tmp\tool.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run]>> %systemdrive%\Tmp\tool.reg
echo "AIMWDInstallFilename"=->> %systemdrive%\Tmp\tool.reg
regedit /s %systemdrive%\Tmp\tool.reg
cls
cd %systemdrive%\Tmp
del %systemdrive%\Tmp\*.* /f /q
cd ..
rd tmp
cd /d \
echo Removing miscelaneous icons created by AOD and AOL...
del /f /q /s FreeAO~1.lnk
del /f /q /s aod.exe
echo Removing Viewpoint media player...
del /f /q /s viewpoint.exe
del /f /q /s AolOnDesktop.exe
del /f /q /s AIMWDInstall.exe
del /f /q /s AolAod.exe
del /f /q /s aod.exe
del /f /q /s viewpoint.exe
del /f /q /s AolOnDesktop.exe
del /f /q /s AIMWDInstall.exe
del /f /q /s AolAod.exe
cd "%systemdrive%\program files\aim"
del /f /q /s AIMWDInstall.exe
del /f /q /s aod.exe
del /f /q /s viewpoint.exe
del /f /q /s AolOnDesktop.exe
del /f /q /s AolAod.exe
cls
)
goto :dbbl
:dbbl
cls
if exist "%systemdrive%\program files\AOD" (
cd "c:\program files"
)
if exist "AOD" (
rd /s /q "AOD"
)
if exist "%systemdrive%\program files\aim\aod" (
cd "c:\program files\aim"
rd /s /q aod
)
if exist "%systemdrive%\program files\AIM\Sysfiles" (
cd "C:\Program Files\AIM"
rd /s /q "sysfiles"
)
if exist "%systemdrive%\program files\AWS" (
cd "%systemdrive%\program files\AWS"
)
if exist "%systemdrive%\program files\AWS\WeatherBug" (
cd "%systemdrive%\program files\AWS\WeatherBug"
echo Removing Weatherbug...
)
if exist "%systemdrive%\program files\AWS\WeatherBug\*.*" (
del /f /q "%systemdrive%\program files\AWS\WeatherBug\*.*"
)
if exist "%systemdrive%\program files\AWS\WeatherBug" cd ..
if exist "%systemdrive%\program files\AWS\WeatherBug" (
rd /s /q WeatherBug
)
if exist "%systemdrive%\program files\viewpoint" (
rd /s /q "%systemdrive%\program files\viewpoint"
)
if exist "%systemdrive%\program files\AWS" (
rd /s /q "%systemdrive%\program files\AWS"
)
cd /d \
del /f /q /s "Try Internet Service Free!.url"
del /f /q /s "Netscape ISP Try It! $9.95.url"
if not exist "tmp" md "tmp"
echo Windows Registry Editor Version 5.00 >>"tmp\reg.reg"
echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\ViewpointMediaPlayer]>>"tmp\reg.reg"
"%windir%\regedit" /s "tmp\reg.reg"
rd /s /q tmp
cls&echo Finished Successfully. You may now start AIM.
echo Press any key...
pause>nul
End Copy --------------------------------------------------------------------------