Hello,
I asked ChatGPT for help, and I THINK it gave me the right answer, but I do not have enough background knowledge C++ scripting to know for sure.
I’m trying to queue up a ZIP process followed by a PACKAGE process. Each takes 3-4 hours to do, and I’d like for them to run automatically while I sleep.
Is this a simple thing to do, or does it require a good deal of C++ knowledge? If it’s simple, how do I do it?
(In “English” please; no jargon.)