|
|
|
|
|
by AnonC
1472 days ago
|
|
Haven’t seen a plain C and Win32 application in a very long time. Some suggestions, if the author is reading the comments here: I’m not sure why this GUI solution needs action.bat and diskpart.txt as separate files. I’d suggest moving the execution of diskpart.exe into main.c (this eliminates action.bat) and moving diskpart.txt into main.c with the GUI asking the user for the disk (if necessary). |
|