Wedge1 Posted October 29, 2004 Posted October 29, 2004 After I run an unattended install of XP Home SP2 from CD I have a batch file that will install some drivers if I can ever get them all to work.I was wondering if I could run a second batch file that installs my applications from a partition on my hard drive. Currently the drive is designated as H: and I'm wondering if a second batch file could be executed after the first one has completed, just designate the source as starting with H: Should this work or is there a technical reason why it wouldn't?
buletov Posted October 29, 2004 Posted October 29, 2004 you could launch the second batch on the end of the first one (without the /WAIT switch)
Wedge1 Posted October 29, 2004 Author Posted October 29, 2004 Are you saying that batch_file1 should have a command line at the very end that executes batch_file2?Or are you saying that the winnt.sif can look like this:[GuiRunOnce] %systemdrive%\install\batch_file1.cmd %systemdrive%\install\batch_file2.cmd
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