You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when scripting packetsender on windows, dig IP address of interface its not trivial in batch script, parsing ipconfig output may depend on OS language settings, etc... What if parameter -B will accept interface GUID (aside of IP address) too, and packetsender will use only (or first) IP address assigned to interface in case GUID only is provided? It must be much easier to dig IP address on C++ level, than on batch script
The text was updated successfully, but these errors were encountered:
Reading IP address for '-B' argument in script from registry because 'ipconfig' is language dependent. Today found that APIPA could not exist in registry, so I have to finding other ways to reliable reading of IP address. This made scripting packetsender on windows more complicated.
Command Line?
Describe your idea
when scripting packetsender on windows, dig IP address of interface its not trivial in batch script, parsing ipconfig output may depend on OS language settings, etc... What if parameter -B will accept interface GUID (aside of IP address) too, and packetsender will use only (or first) IP address assigned to interface in case GUID only is provided? It must be much easier to dig IP address on C++ level, than on batch script
The text was updated successfully, but these errors were encountered: