marcoauto Posted March 16, 2017 Posted March 16, 2017 Ciao, I need to choose the source port when I send an UDP string. I tried some workaround but with Windows 10 they don't work ( I tried also with the packetsender.com CLI $CMD = 'packetsender.com -b ' & $LocalOutPort & ' -u ' & $IP & ' ' & $Port & ' ' ;& '&$StringaRichiestaPlaylist&' RunWait('"' & @ComSpec & '" /c' & $CMD & '"' & $String & '"', @ScriptDir,@SW_HIDE) but it doesn't work all the time Is there another solution? Thanks marco
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now