mPyKen / ScreenAreaShare

Share selected area of the screen in applications that do not support this, e.g. Teams.
MIT License
147 stars 19 forks source link

command line options does not work #9

Closed paddock3d closed 1 year ago

paddock3d commented 1 year ago

.\screen-area-share-1.3.2.Setup.exe --cw=1920 --ch=1080 --cx=0 --cy=0 --rx=3100 --ry=0 --freeze

For example , none of this commands are working.

mPyKen commented 1 year ago

The *.Setup.exe file actually installs the app for the current user and launches it automatically. The actual executable can be found under %HOMEPATH%\AppData\Local\screen-area-share\screen-area-share.exe which should support command line parameters.

paddock3d commented 1 year ago

thanks