(doubling the post because the previous one somehow hasn't been noticed by the forum engine - the topic didn't move to the top of list, and the list showed that the last post has been made by Retrodude)
I recently had some time to work on this, and I'm now trying to make a PND with the program. However, I'm having trouble with PickleLauncher. I managed to compile it, but haven't found much about configuration (the extension settings). There are only examples showing how to set up multiple choice parameters for the program (like '-param=value'), but nothing about switch parameters (which don't take any values), like '--fullscreen'. And what about one-of-many parameters which also don't take values? In VBA you can set the scaling factor by passing one of the parameters: '-1', '-2', '-3' or '-4'. How can that be coded into PickleLauncher (preferably to appear as a combo box)?