Jump to content

batch file question


Recommended Posts

I was wondering if my batch file looks correct.

ECHO.
ECHO Installing .NET Framework v1.1
ECHO Please wait...
start /wait

%systemdrive%\install\NetFramework1.1\netfx.msi /qb

.
ECHO Installing .NET Framework v2.0
ECHO Please wait...
start /wait

%systemdrive%\install\NetFramework2.0\netfx.msi /qb


ECHO Installing .NET Framework v3.0
ECHO Please wait...
start /wait

%systemdrive%\install\NetFramework3.0\vs_setup.msi

/qb

ECHO Installing Adobe Reader 8
ECHO Please wait...
start /wait

%SYSTEMDRIVE%\Install\AdobeReader8\AdbeRdr811_en_US.

exe /sAll

ECHO Installing DVDshrink 3.2.0.15
ECHO Please wait...
start /wait

"%systemdrive%\install\dvdshrink\dvdshrink.exe

/VERYSILENT"

ECHO Installing Mozilla Firefox
ECHO Please wait...
start /wait

%systemdrive%\install\Firefox\Firefox.exe -ms

ECHO Installing WinRAR 3.20
ECHO Please wait...
start /wait %systemdrive%\install\WinRAR\wrar371.exe

/s

ECHO.Done

thanks

ZenQ

Link to comment
Share on other sites


Thanks kelsenellenelvian

I am new at this unattended Windows XP. I got the basics down and got it to work and now i am trying to figure out how to install my software automatic. At least the ones that do not need a serial key because I do not have a clue how to get the serial key apps to work.

Thanks again

Tim

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...