Topic: Release of version 2.0.2
I am proud to release version 2.0.2 of MoWeS Portable.
It will be automatically included in all packages you download from now on.
Changes
Only a few changes were made:
1. We fixed the problem with the increasing number of page faults when MoWeS is running for a long time. Now you can run it as long as windows runs ![]()
2. We added a start parameter: Start MoWeS.exe with the parameter --auto-minimize or -a it will automatically minimize itself after the main window is loaded.
To use this new feature you could create a batch file (eg. autominimize.bat) in the same directory as the MoWeS.exe with the following content:
@echo off
start MoWeS.exe --auto-minimizeHave fun!