I'm trying to write a batch file that will run and automatically scan my computer using Ad-Aware. I'm able to get Ad-Aware to launch but how do I automatically have it scan?
Related posts:
I'm trying to write a batch file that will run and automatically scan my computer using Ad-Aware. I'm able to get Ad-Aware to launch but how do I automatically have it scan?
Related posts:
Tags: Ad Aware
Tags: Email Spam Uninstall spyware Security Software Trend Micro Registry Cleaner Pc Tools Norton Nod32 Kaspersky Internet Security Hacked Firewall Computer Security Avg Avast Antivirus Ad Aware Monitoring Software Encryption Backup
1 response so far ↓
1 Damasta // Jun 30, 2008
Google: ad-aware command line
you can google command line arguments or command line parameters to be more specific.
http://www.lavasoftsupport.com/index.php?showtopic=205
http://discussions.virtualdr.com/showthread.php?t=190960
Looks like it should be
@echo off
cls
set /p var= Do you want a smart, full or custom scan?
if %var%==smart set switch=/smart
if %var%==full set switch=/full
if %var%==custom set switch=/custom
start ad-aware.exe %switch%
PAUSE
Leave a Comment