Script to wrap around an application and wait for app to finish
        Posted  
        
            by JohnyV
        on Server Fault
        
        See other posts from Server Fault
        
            or by JohnyV
        
        
        
        Published on 2010-03-05T03:10:29Z
        Indexed on 
            2010/03/08
            7:21 UTC
        
        
        Read the original article
        Hit count: 470
        
I need a vb script that will wrap around an applcation which will stay open until the application finishes. I want to be able to call the following command
"setup.exe /qb /I Autocad2010.ini /language en-us"
But I need the vb script to stay running until the setup has finished.
Is there anyone out there that can assist with this.
Much appreciated in advance
© Server Fault or respective owner