(23.05.2016, 20:28)routeconverter Wrote: Is that a typical way to invoke portable apps?
That is one way of doing it.
When I write a "portable" script that need several files I use always relative path like ".\config or .\maps"
In my script I have a variable that find out the folder and drive that is used to start the application
I way to find out you work in portable mode or "normal" mode is to create a file in the application folder example "Portable.ini"
And check in the application if file exist work in "portable" mode if not exist "normal" mode
