i have an executable filea(.exe) which takes argument from DOS input. I was thinking it would be great while running batch file and it prompt user for input and that input will be set as variable. Unfortunately my not so brilliant idea doesnt work. But im ver sure there's a way. Below is my simple intention
SET /p input=""
cls
(my program).exe %input%
And of course the DOS doesn't translate the variable in this case. Is good enough if someone can enlight me with some link to study on this. Thanks alot in advance