Winebrowser: launch AppleScript app with arguments?

Questions about Wine on macOS.
Locked
emendelson
Level 2
Level 2
Posts: 24
Joined: Sat Apr 12, 2014 12:53 pm

Winebrowser: launch AppleScript app with arguments?

Post by emendelson »

Under macOS, I can use winebrowser.exe to start an AppleScript app, like this:

winebrowser.exe file://C:\path\to\my.app

Is there a way to pass arguments to the app? I've tried:

winebrowser.exe file://C:\path\to\my.app -args="myArg"

winebrowser.exe file://C:\path\to\my.app "myArg"

and a few other variations, but I can't figure out how to accomplish this. Is it even possible? Thanks for any help and advice.
Locked