phillyman2004 Posted May 9, 2005 Share Posted May 9, 2005 I fix computers for customers everyday , and i have found ways to make the following Antispyware Programs Run without installing on the users machineSpybot S&DSpysweeperAd-AwareI would like to get Microsoft Antispy to run without installing , I keep getting errrors each time i try though , This is the code for the others to run without installing (Spybot S&d Code) , I am not sure why i cant get it to run properly , The code below is for Spybot , and it works just fine@echo offrem **************************************************rem rem 2004.06.03rem **************************************************setlocalif "%temp%" == "" goto _error1if exist "c:\progra~1\spybot~1\spybotsd.exe" goto _error2if exist "C:\bby\temp\spybot\spybotsd.exe" goto _error3echo.echo Copying... "%~dp0*.*" to "C:\bby\temp\spybot\"echo.xcopy /e "%~dp0*.*" "C:\bby\temp\spybot\":_beginregedit /s C:\bby\temp\spybot\DisableSpybotSDWizard.regcopy C:\bby\temp\spybot\DELETE_BBY_TEMP.bat "%USERPROFILE%\Desktop"start C:\bby\temp\spybot\spybotsd.exegoto _end :_error1echo.echo %temp% dir not found; please create %temp% run and run .cmd againecho.pause.exit:_error2echo.echo SpyBot is installed locally; please use the local versionecho.echo PATH:c:\progra~1\spybot~1\spybotsd.exeecho.echo.echo **********************************************************echo.echo *** Don't forget to tweak the scan settings and update ***echo.echo **********************************************************echo.echo.echo Local version will be launched . . .echo.pause.start c:\progra~1\spybot~1\spybotsd.exegoto _end:_error3echo.echo SpyBot exists within %temp%echo.echo Version within this directory will be launched . . .echo.pause.start C:\bby\temp\spybot\spybotsd.exegoto _end:_endendlocal Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now