12776
Find And Run Robot / Re: netsh alias problem
« Last post by mouser on September 23, 2011, 09:44 AM »Hi ali,
You are on the right track -- but you want to use a regular expression to capture the 8.8.8.8 stuff
So make your alias called netsh,
But make the regex pattern to match:
^netsh (.*)$
and then you will also need to modify your command to run to specify the full path to the netsh.exe
and yes i think runcap should work fine with this.
See if that's enough to get it solved and maybe post your solution for others if so. if not let me know where you get stuck.
You are on the right track -- but you want to use a regular expression to capture the 8.8.8.8 stuff
So make your alias called netsh,
But make the regex pattern to match:
^netsh (.*)$
and then you will also need to modify your command to run to specify the full path to the netsh.exe
and yes i think runcap should work fine with this.
See if that's enough to get it solved and maybe post your solution for others if so. if not let me know where you get stuck.

Recent Posts
