- Joined
- Mar 24, 2011
- Messages
- 1
- Reaction score
- 0
Hello,
I am trying to create a batch file that will install updates for .msp files. The follwing script that I have works but i would like to add a script that would choose the "Open" option. Once i double click the .bat file it gives me the option to open or cancel and i would like to choose "Open" Automatically so i don't have to click it. Please help!
.Bat file script
Start /wait AcrobatUpd910_all_incr.msp /passive /norestart
Start /wait AcrobatUpd910_all_incr.msp /passive /norestart
Start /wait AcrobatUpd910_all_incr.msp /passive /norestart
Exit
I am trying to create a batch file that will install updates for .msp files. The follwing script that I have works but i would like to add a script that would choose the "Open" option. Once i double click the .bat file it gives me the option to open or cancel and i would like to choose "Open" Automatically so i don't have to click it. Please help!
.Bat file script
Start /wait AcrobatUpd910_all_incr.msp /passive /norestart
Start /wait AcrobatUpd910_all_incr.msp /passive /norestart
Start /wait AcrobatUpd910_all_incr.msp /passive /norestart
Exit