dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.3k stars 360 forks source link

[BUG]Starter Panel from Command Line #354

Closed fgolman closed 5 months ago

fgolman commented 5 months ago

What OS and Version?

Win 10 PS Version 8.5.2 Qt Version 6.5.2

Description of issue

Using the --starterpanel option, as documented, on command line states:

Packet Sender: Unknown option 'starterpanel'.

dannagle commented 5 months ago

Take a look here about exe vs com version.

https://github.com/dannagle/PacketSender/discussions/301#discussioncomment-5232956

If still having issues, will you paste your command line attempt for me to see?

fgolman commented 5 months ago

That works.

Windows wants to use the .exe version so by forcing it explicitly I got the .com version.

Thank you