Question : Start applications from command promt

I want to start a number of applications from a bat-file. What would be the best wy to do that in? I want the applications to fork so I don't need to wait for them to return since many wont return until long after.

Answer : Start applications from command promt

This works for me in 2010:
1:
2:
3:
4:
5:
Private Sub Worksheet_PivotTableChangeSync(ByVal Target As PivotTable)

'code inside here will execute after OLAP Pivot refresh

End Sub
Random Solutions  
 
programming4us programming4us