Here is the code.::
@echo off title AOL Process Terminator color 0a :A cls echo Welcome to the AOL Process Terminator. Please note that this will end AOL's echo processes. pause cls ECHO Choose from the following options: echo. echo. Echo 1. Stop AOL Main Window (AOL Will restart) echo 2. Stop the AOL Tray Icon echo 3. Stop the connection service echo 4. Stop all three above (AOL will restart) echo 5. Stop everything (AOL Will not restart) echo 6. Exit AOL Terminator echo. echo. set /p choice=Option: if '%choice%'=='1' goto B if '%choice%'=='2' goto c if '%choice%'=='3' goto D if '%choice%'=='4' goto E if '%choice%'=='5' goto F if '%choice%'=='6' goto G :B cls TASKKILL /F /IM "waol.exe" pause goto A :C cls TASKKILL /F /IM "aolsoftware.exe" pause goto A :D cls TASKKILL /F /IM "AOLacsd.exe" pause goto A :E cls TASKKILL /F /IM "waol.exe" TASKKILL /F /IM "aolsoftware.exe" TASKKILL /F /IM "AOLacsd.exe" TASKKILL /F /IM "aoltpsd3.exe" pause goto A :f Cls :E cls TASKKILL /F /IM "waol.exe" TASKKILL /F /IM "aolsoftware.exe" TASKKILL /F /IM "AOLacsd.exe" TASKKILL /F /IM "shellrestart.exe TASKKILL /F /IM "aoltpsd3.exe" pause goto A :G exit
I also want it to let me RUN C\Program files\Aol\Waol.exe

Help
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.



Back to top














