MSFN Forum: batch - MSFN Forum

Jump to content



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

batch help Rate Topic: -----

#1 User is offline   SubD 

  • Newbie
  • Group: Members
  • Posts: 34
  • Joined: 21-May 06

Posted 15 July 2006 - 09:58 AM

if i have multiple batch files say in oem\install\applications
folders

firefox
office
nero

and in each folder i have a batch cmd, so for the guirunonce for all, or do i make one batchfile with all of the programs that i want to install


[GuiRunOnce]
%systemdrive%\install\applications\batch_file.cmd


#2 User is offline   gunsmokingman 

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

Posted 15 July 2006 - 11:30 AM

You can make one batch file with a start cmd to each app. You will need the path to the app.
Here is a example

Quote

@Echo Off
CLS
Color F3
Mode 75, 7
Title XP Ua Install
Echo.
Echo Installing App 1 
Start /W %systemdrive%\install\applications\App1\App1.exe /q

CLS
Echo.
Echo Installing App 2 
Start /W %systemdrive%\install\applications\App2\App2.exe /s

CLS
Echo.
Echo Installing App 3 
Start /W %systemdrive%\install\applications\App3\App3.exe /noreboot /s

CLS
Echo.
Echo Installing App 4 
Start /W %systemdrive%\install\applications\App4.exe /noreboot /s /q


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