VBScript - How to make program wait until process has finished?
I have a problem in a VBScript that I am using with a VBA/Excel macro and a HTA. The problem is just the VBScript, I have the other two components, i.e. the VBA macro and HTA front-end working perfectly. But before I explain the problem, I think for you to help me I must help you understand the context of the VBScript. So, basically all components (VBScript, VBA macro and HTA) are parts of a tool that I am building to automate some manual chores. It pretty much goes like this: A - HTA ~~~~~~~~~~~~ User selects some files from the HTA/GUI. Within the HTML of the HTA there is some VBScript