Jump to content

Recommended Posts

Posted

as in unattended windows guide...here is the link

http://unattended.msfn.org/intermediate/ap...2003_simple.htm

..there is written..that ..."The number of files may vary for different Office 2003 Editions, don't worry if its not the same as in the screenshot above.

Add these lines to your batch file:

ECHO.

ECHO Installing Office 2003

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office2003\PRO11.msi /QB"

so..my question is ...what is batch file??? how to create it?? and where to put after modifying it??sorry to ask but i didnt understand this one!!! :no:


Posted

Here is a example of a batch file

Save as Hello.cmd

Echo Off

CLS && Mode 55,5 && color f3 && Title Hello Batch Cmd

echo. && echo Hello, %UserName%

Set /P = Press Any Key To Close

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...