I am trying to run a program with a batch file. The program I am trying to run has parameters. How do we pass parameters from an Batch File in Visual COBOL?
In RM\\COBOL you do it this way: -A="P"
The command in my batch file to run the program currently is:
"D:\\msi-plus\\MSI_PLUS\\MSIRUNCONSOLE.exe" UBMGHPGM




