Search found 1 match

by alwaysfroosh
19 Jan 2022, 05:38
Forum: Help
Topic: Anyway to have the popup stay minimized when syncing?
Replies: 6
Views: 1309

Re: Anyway to have the popup stay minimized when syncing?

Open the saved batch file in a text editor and look for the following lines:

<BatchConfig>
<HandleError>Ignore</HandleError>
<RunMinimized>false</RunMinimized>
<LogfileFolder Limit="-1"></LogfileFolder>
</BatchConfig>

Change false between the RunMinimized tags to true and save.