I'm working on a little fun school project.
I want to create a windows form application, which runs commands in cmd by opening batch-file. I do not have much experience in using batch-files.
I need help with the following:
- Batch file which opens cmd
- Runs a command ONCE only, such as ipconfig, ping, tracert etc.
- Keeps cmd open with the information
Otherwise good guides for working and learning batch-files are much appreciated.