run NetworkAndSharingCenter & app

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

run NetworkAndSharingCenter & app

Post by swan_x »

hi there,

i need to run NetworkAndSharingCenter window, then run another software
so, from 'User - Open' i've put this command:

Code: Select all

"<xy>" /feed="::runq 'C:\Windows\SysWOW64\control.exe /name Microsoft.NetworkAndSharingCenter';wait 500;runq 'D:\program:name.exe'
but this command does not work. same command from 'Scripting' work fine:

Code: Select all

run 'C:\Windows\SysWOW64\control.exe /name Microsoft.NetworkAndSharingCenter';wait 500;runq 'D:\program:name.exe'
so, how to run both from 'User - Open' ?

swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

Re: run NetworkAndSharingCenter & app

Post by swan_x »

ok, solved with run script command only (and assigned letter)

Regards

admin
Site Admin
Posts: 60646
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: run NetworkAndSharingCenter & app

Post by admin »

You're welcome. :)

swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

Re: run NetworkAndSharingCenter & app

Post by swan_x »

welcome ... i'm old here. joined on 2009 ... but thanks anyway!

admin
Site Admin
Posts: 60646
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: run NetworkAndSharingCenter & app

Post by admin »

That was a joke. You started it by closing with "Regards" to yourself. :beer:

swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

Re: run NetworkAndSharingCenter & app

Post by swan_x »

nope, my "Regards" It's for everyone who has viewed my thread, even if they haven't replied to it. It was a generic greeting because since I didn't have any other solutions from you, I thought it would be a good idea to close the topic with a "simple" run script

and again Regards to everybody (maybe now is more clear!)

Post Reply