--- In [email protected], "Sheri" <[EMAIL PROTECTED]> wrote: > > > Hi Bruce, if exec.setautominmemory(1,-1,-1) is the same as the > default, why would the performance vary if omitted on the first run?
It should not, I was just re-checking that the default setup functioned properly. > > Am I correct in assuming that if exec.setautominmemory gets set by way > of a script, it will remain in effect for all of PowerPro until/unless > exec.setautominmemory is run again? yes. >my scripts have file i/o If there is a lot of file i/o, elapsed time may be determined by this and not by the memory minimization. Elapsed time would also depend on other processes interacting with the disks. Putting exec.setautominmemory(-1,-1,-1) as a startup scheduled event should yield 4.7b behaviour. The other change in 4.7c did not affect PowerPro internal commands, only the launch of other programs or documents. All it did was avoid a setforeground call in some cases.
