Once upon a time in Win 95 I had a shortcut to start a batch file.
When I double-clicked the shortcut, a Windows-Dialog appeared, where I could enter my parameter.
Then the Batchfile run with this parameter.
But I can not remember how it worked. I think there was a special syntax in the Target Field of the shortcut, probably a Questionmark.
Do you have any idea how to do this?
Ascht
The Batchfile looked like this:
When I double-clicked the shortcut, a Windows-Dialog appeared, where I could enter my parameter.
Then the Batchfile run with this parameter.
But I can not remember how it worked. I think there was a special syntax in the Target Field of the shortcut, probably a Questionmark.
Do you have any idea how to do this?
Ascht
The Batchfile looked like this:
Code:
----------
Set pj=%1
call runProject.bat
----------