[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a feature that dogs me
Just add "true" after specifying the filename in yr script like so:
.projects[0].logs[0].SetSaveFile("savefile", true);
Tim Rogers wrote:
>
> I often need to run a simulation several times and like to write
> the data in a text log to several different files as the simulation runs.
> However when I use the .logs.SetSaveFile("filename") command inside a
> script, a dialogue box pops up which requires me to click "OK" before it
> will open the file and continue running the script. I keep forgetting
> about this and leaving a long simulation to run over night, only to come
> in in the morning and find that the simulation only got a tenth of the way
> through and is patiently waiting for me to click "OK" before it will go
> on. Is there some way to get the log to write to a new file without it
> requiring my permission?