amit_talkin Posted December 9, 2005 Posted December 9, 2005 as in unattended windows guide...here is the linkhttp://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 2003ECHO 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!!!
keytotime Posted December 9, 2005 Posted December 9, 2005 http://unattended.msfn.org/intermediate/methods/intro.htm
gunsmokingman Posted December 9, 2005 Posted December 9, 2005 Here is a example of a batch fileSave as Hello.cmdEcho Off CLS && Mode 55,5 && color f3 && Title Hello Batch Cmdecho. && echo Hello, %UserName%Set /P = Press Any Key To Close
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