There are a number of console type applications, e.g. ipconfig, that output information to the standard output.
The problem is that if I create a windows shortcut to them it runs the command and closes the console window before I can read the output.
I realize that I could create a batch file with a pause command and then make the shortcut go to that batch file, but I was wondering if there was any generic way I could configure a shortcut to a console/command-line type program to leave the window open until the user explicitly closes it.