Hello,
I would like to be able to execute a VisualNeo Win and pass parameters (arguments) in the shortcut or the run command, and then have the Application "listen" somehow so it can behave in different ways depending on the parameters passed along.
For example, if I want the app to start in fullscreen mode:
C:/MyApp.exe -fullscreen -adress lan1.server.net
The idea is to be able to add some string of text on the launching, but my problem is that I don't know how the App can retrieve it. Any Idea? I'm missing something obvious?
Could not get any info on the help file.
PD: I think this can be done executing a PowerShell with arguments to write a file and then have the file readed by the App, but I rather keep it clean, is it possible? The app won't be launched by another WisualNeo Win app.
Thanks for your time and help.
Hello,
I would like to be able to execute a VisualNeo Win and pass parameters (arguments) in the shortcut or the run command, and then have the Application "listen" somehow so it can behave in different ways depending on the parameters passed along.
For example, if I want the app to start in fullscreen mode:
C:/MyApp.exe -fullscreen -adress lan1.server.net
The idea is to be able to add some string of text on the launching, but my problem is that I don't know how the App can retrieve it. Any Idea? I'm missing something obvious?
Could not get any info on the help file.
PD: I think this can be done executing a PowerShell with arguments to write a file and then have the file readed by the App, but I rather keep it clean, is it possible? The app won't be launched by another WisualNeo Win app.
Thanks for your time and help.