MSFN Forum: what is batch file? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

what is batch file? Rate Topic: -----

#1 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 09 December 2005 - 11:18 AM

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:


#2 User is offline   keytotime 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 400
  • Joined: 05-October 04

Posted 09 December 2005 - 11:20 AM

http://unattended.ms...thods/intro.htm

#3 User is offline   gunsmokingman 

  • MSFN Master
  • Group: Super Moderator
  • Posts: 2,020
  • Joined: 02-August 03
  • OS:none specified
  • Country: Country Flag

Posted 09 December 2005 - 11:44 AM

Here is a example of a batch file
Save as Hello.cmd

Quote

Echo Off
CLS && Mode 55,5 && color f3 && Title Hello Batch Cmd
echo. && echo Hello, %UserName%
Set /P = Press Any Key To Close


#4 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 09 December 2005 - 11:30 PM

ok...solved!!!! thanks m8

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy