Passing Command Line arguments to .exe generated after build #404

Open
opened 2026-01-29 16:38:45 +00:00 by claunia · 0 comments
Owner

Originally created by @VH97 on GitHub (Nov 5, 2019).

Originally assigned to: @GregorBiswanger on GitHub.

I have a desktop App.exe built using Electron.Net, if I pass parameters along with "electronize start", these arguments get ignored. In command prompt, when I run App.exe with command line arguments it does not accept the parameters being passed to it.

Example: App.exe hello 123
electronize start hello 123

I tried to make little changes in code to try to achieve the same. I have attached my findings below in Changes file.
It would be great if this feature could be supported in the coming days. Thank you.

Changes.docx

Originally created by @VH97 on GitHub (Nov 5, 2019). Originally assigned to: @GregorBiswanger on GitHub. I have a desktop App.exe built using Electron.Net, if I pass parameters along with "electronize start", these arguments get ignored. In command prompt, when I run App.exe with command line arguments it does not accept the parameters being passed to it. Example: App.exe hello 123 electronize start hello 123 I tried to make little changes in code to try to achieve the same. I have attached my findings below in Changes file. It would be great if this feature could be supported in the coming days. Thank you. [Changes.docx](https://github.com/ElectronNET/Electron.NET/files/3810517/Changes.docx)
claunia added the FeatureIn progress labels 2026-01-29 16:38:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#404