Ht, I have a Batch scripting download problem! It is made from the virus removal tool SDFix when I found it uses scrips in a prompt terminal to download other tools and update and use the tool I looked at the source and came up with the code below rember I am a n00b coder who knows a little of scripting so don't make fun...LOL

thanks in advance!!! It will not download and can't find the directory on xp or vista!!! P.S. the point of the tool is to update some of my other tools (ComboFix, SDFix, Smitfraud fix, Spybot, MBAM, SAS, etc...) I also want it to be sued in one folder with all the tools and hope to be transfered to usb sticks and other deives also. Code:
Code:
@echo off TITLE Update Tools
cd %systemdrive%\User\Default\Desktop\Update\
cd %systemdrive%\Documents and Settings\Default User\
color 1F
cls
echo Welcome to the tool to update all your security tools!!!
echo You need to be an administrator to use this tool!
echo.
echo U. Download latest version of ComboFix
echo.
echo (Active Internet Connection Required To Download Files)
set /p Choice=Type U or E to Exit....
if [%Choice%]==[u] goto Combofixupdate
if [%Choice%]==[u] goto Combofixupdate
For %%a in (U,u) do if not [%Choice%]==[%%a] goto End
For %%a in (1,2,3,4,a,A,b,B,c,C,d,D,e,E,f,F,h,H,r,R,s,S,u,U,) do if not [%Choice%]==[%%a] goto End
echo.
echo.
:Combofixupdate
CLS
IF EXIST Combofix.exe del /q ComboFix.exe
echo.
echo Downloading Latest Version of Combofix
echo. apps\download http://www.sophos.com/tools/sav32sfx.exe
ComboFix.exe
pause
echo.
IF NOT EXIST ComboFix.exe GOTO Combofixupdate
CLS
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
pause
exit
set update=%Version 1.240
echo.
echo.
echo *** Combofix %update% ***
echo.
echo.
echo.
echo This tool was developed with the greatest attention to detail, echo However, Use of this program is at your own discretion. echo The program is provided "as is" without warranty of any kind.
echo.
echo.
pause
:ComboFixnow
start
ComboFix.exe