hexagon logo

PCD2EXCEL Continue and Finish button functions

I need to get the PC-DMIS 2 EXCEL wizard to run automatically when called from a program. I am currently calling it by using the "external command" function directed to the PCD2EXCEL.exe. This works just fine but it always brings up a window that required you to click "continue" before it will execute and then requires you to click "finished" to complete the command. I just want it to run without any operator intervention. Can someone give me a hint about where I should look in the windows form or the .bas code to set it so that it will not wait for a response from those buttons and will just continue on?

If not that, then is there some other way to call this .exe that will avoid this? I think there is some sort of a batch mode that you can run but I'm not sure how to do it and I'm not sure if it is what I am looking for.
Parents
  • Just to follow up with this. The use of the "A" in the call does fully automate the execution. You will still see the window pop up and the progress of the translation but you will not need to click on anything and the program will continue executing once the export is complete. Works perfectly for my needs.
Reply
  • Just to follow up with this. The use of the "A" in the call does fully automate the execution. You will still see the window pop up and the progress of the translation but you will not need to click on anything and the program will continue executing once the export is complete. Works perfectly for my needs.
Children
No Data