KjetilSv / Win10As

Make your windows 10 computer IOT friendly
236 stars 42 forks source link

request use value from playload as command line parameters #20

Closed shadow05139 closed 5 years ago

shadow05139 commented 5 years ago

i Love this project but really would love to use payload values as cmdparameters if anyone knows a way i can do this please flick me a message

KjetilSv commented 5 years ago

I've started write the code. It will be in json as i would like more options down the line.

shadow05139 commented 5 years ago

Ok cool if you want I can test this feature once the codes done?

On 6/06/2019 8:58 AM, KjetilSv notifications@github.com wrote:

I've started write the code. It will be in json as i would like more options down the line.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/KjetilSv/Win10As/issues/20?email_source=notifications&email_token=AHM7XMWHJNRWOPPYMFGSMHTPZASHDA5CNFSM4HSXYDAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXA75NY#issuecomment-499252919, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHM7XMTNRWFNOSPOLGFULM3PZASHDANCNFSM4HSXYDAA.

KjetilSv commented 5 years ago

The code is now implemented.

Exsamples:

Topic = kjetildesktop/cmd Message = {"CommandString": "notepad","WindowStyle": "3","ExecParameters": "","MonitorId": "1"}

Topic = kjetildesktop/cmd Message = {"CommandString": "Chome","WindowStyle": "3","ExecParameters": "http://youtube.com","MonitorId": "1"}

shadow05139 commented 5 years ago

Cool how do I compile the new version? Cant wait play with this new feature :-)

On 8/06/2019 10:46 PM, KjetilSv notifications@github.com wrote:

The code is now implemented.

Exsamples:

Topic = kjetildesktop/cmd Message = {"CommandString": "notepad","WindowStyle": "3","ExecParameters": "","MonitorId": "1"}

Topic = kjetildesktop/cmd Message = {"CommandString": "Chome","WindowStyle": "3","ExecParameters": "http://youtube.com","MonitorIdhttp://youtube.com%22,%22MonitorId": "1"}

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/KjetilSv/Win10As/issues/20?email_source=notifications&email_token=AHM7XMQMDWMC74CMZOW7SJ3PZOEWRA5CNFSM4HSXYDAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXHSJIQ#issuecomment-500114594, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHM7XMROCQ5YWZNA5NNCIUDPZOEWRANCNFSM4HSXYDAA.

shadow05139 commented 5 years ago

can you please make a new release as i am unable to compile thanks