Link to home
Start Free TrialLog in
Avatar of Dan Kaib
Dan KaibFlag for United States of America

asked on

Can RM COBOL be started in Windows by passing the login and menu prompts to it from a text file?

I can run RM COBOL on an AIX system with the following:
runcobol SI/SI2000 -t 0 -k < ${dprmt}

When trying to do the same type of process in Windows with the following:
start /w %RM85%\RUNCOBOL SI/SI2000 k t=0 < %dprmt%

it stops at the User ID and nothing is displayed.  I have tried all types of variations, the variables are set correctly.

dprmt is a text file containing the responses to be passed to the prompts.
RM/COBOL Runtime - Version 11.01 for 32-Bit Windows.

Does anyone know of a way to get this to work in Windows?

TIA,
Dan

 
ASKER CERTIFIED SOLUTION
Avatar of Mike
Mike
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dan Kaib

ASKER

Hi FireRunt:

Thanks for the reply.  Not what I had hoped for and no other responses so I guess that is that.

Thanks again,
Dan