03-12-2019 01:10 AM
Hi,
I would like to execute a command line by system exec. vi, and when I execute in development environment that cost about 80 ms. But when I build EXE and execute in runtime environment, it cost 36 seconds.
Did I do something wrong?
Solved! Go to Solution.
03-12-2019 02:05 AM
Here is my source code
03-12-2019 03:45 AM
03-12-2019 09:11 AM
You could also try disabling UAC temporarily to see if that alleviates the problem. And like Thols mentioned, check the STD out and ERR out for messages.
03-20-2019 02:59 AM
Thanks everyone for gave advice.
I had try to enable/disable UAC and still not work. Finally that is IT of our company locked something like UAC...