SubD Posted July 15, 2006 Posted July 15, 2006 if i have multiple batch files say in oem\install\applications foldersfirefoxofficeneroand 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
gunsmokingman Posted July 15, 2006 Posted July 15, 2006 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@Echo OffCLSColor F3Mode 75, 7Title XP Ua InstallEcho.Echo Installing App 1 Start /W %systemdrive%\install\applications\App1\App1.exe /qCLSEcho.Echo Installing App 2 Start /W %systemdrive%\install\applications\App2\App2.exe /sCLSEcho.Echo Installing App 3 Start /W %systemdrive%\install\applications\App3\App3.exe /noreboot /sCLSEcho.Echo Installing App 4 Start /W %systemdrive%\install\applications\App4.exe /noreboot /s /q
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