embed command-line executable into windows form application
-
Hallo i'm writing the GUI for some console applications and i want to include those apps directly in the GUI executable. In particular, i'm writing a brief program to launch (in sequence) DISKPART and imagex to restore an os onto a specified partition. could you point me to any resource about? thanks in advance R
-
Hallo i'm writing the GUI for some console applications and i want to include those apps directly in the GUI executable. In particular, i'm writing a brief program to launch (in sequence) DISKPART and imagex to restore an os onto a specified partition. could you point me to any resource about? thanks in advance R
You can add the console application as an embedded resource, extract it at runtime and use Process class to start it. Here is a similar example: Bat file compiler[^]
Giorgi Dalakishvili #region signature My Articles / My Latest Article[^] / My blog[^] #endregion