I have a batch file that needs a parameter supplied by the end user. In Windows ME I did this by putting
C:\BATCH\CTW2UPLD.BAT ?
in the Cmd line of a shortcut.
This caused an input box to pop up for the user to enter the desired information and then used what ever the user typed as the parameter (%1) in the batch file.
When I tried the same thing in Windows XP, the ? was ignored. There was no input box and no parameter was passed to the batch file.
Does anyone know how to accomplish this in XP?
Any help would be greatly appreciated.
C:\BATCH\CTW2UPLD.BAT ?
in the Cmd line of a shortcut.
This caused an input box to pop up for the user to enter the desired information and then used what ever the user typed as the parameter (%1) in the batch file.
When I tried the same thing in Windows XP, the ? was ignored. There was no input box and no parameter was passed to the batch file.
Does anyone know how to accomplish this in XP?
Any help would be greatly appreciated.