jake20
Joined: 04 May 2007 Posts: 2
|
Posted: Wed Jul 07, 2010 3:57 pm Post subject: Choice.exe passing parameters problem |
|
|
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! |
|