Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That's great. Thank you. Fortunately, I don't have to call the app with "/path/to/file" argument. And it runs smoothly (after some problems with bat to exe convertion).Same here. I found a partial workaround. I created a batch file that launches the .lnk
Start "" "C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Parallels Shared Applications\APPNAME (Mac).lnk"
Then generated an .exe file with a bat-to-exe converter. However, if I pass an argument, it is ignored
Start "" "C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Parallels Shared Applications\APPNAME (Mac).lnk" "/path/to/file"
The Mac app is opened, but it doesn't the given file.