I've read through a few different tutorials, but it seems that in each case the user is asking how to include command-line arguments while loading files and applications.
I'm a computer technician, and I'm trying to figure out a way to send common network diagnosis commands to the command prompt like:
ipconfig /release
ipconfig /renew
...but without a BAT file that can be easily edited.
The closest I've come so far is making the MMF2 app create the BAT file and run it, then delete the file before the program exits. While that seems somewhat secure, I really want to make the app as small and minimalistic as possible and I'd really rather interact with the command prompt directly.