Thursday, February 21, 2008

Having DOS Programs Prompt for Input

When you normally create a shortcut for a DOS program, it does not prompt you for any input and just runs the program

To change that, simply add a ? after the program name in the CMD field.

For example:
C:\WINDOWS\COMMAND\EDIT.COM ?
will start the DOS editor and prompt you for a file name to edit.

No comments: