The Problem is, the batch script wants to wait till OUTLOOK.EXE has finished executing before it runs the rest of the script, which means it sits there till I close outlook. Can I have it open up oulook, then continue on with the rest of the script as if that command had finished?
The Problem is, the batch script wants to wait till OUTLOOK.EXE has finished executing before it runs the rest of the script, which means it sits there till I close outlook. Can I have it open up oulook, then continue on with the rest of the script as if that command had finished?
Yes, I realized it was an old thread but I posted because I was looking for an answer to the same question. I figured it out and thought it would be a good idea to post the solution for the next person that stumbles across this.