Choice.exe passing parameters problem

Convert your BATch files into EXEcutable format in one click.
Post Reply
jake20
Posts: 2
Joined: Fri May 04, 2007 6:58 pm

Choice.exe passing parameters problem

Post by jake20 »

Hi,
I am calling an external choice.exe program for an input menu.
When run in a batch file this command..

Choice.exe /c:1234 Choose a number:

will produce this result, as expected.

Choose a number:[1,2,3,4]?

But when I run this command from the QBFC program..

"%myfiles%\Choice.exe" /c:1234 Choose a number:

i get this returned

/c:1234 Choose a number:[Y,N]?

I am not able to properly pass the parameters for the CHOICE.EXE.

do you have any suggestions?

thanks!
support
Site Admin
Posts: 476
Joined: Fri Feb 13, 2004 1:05 pm

Post by support »

Whay do you need this external command?
Use the SET command with /P key.
Post Reply