Skip to main content

Problem:

Brought up MFE command prompt and positioned to the AMB software support directory and only executed the first two commands in the bat file.

How to get this run through all the command files?

Resolution:

I found that the DDIIMS command is actually a batch (.bat) file in the support directory and not an executable. That means you must use the CALL command when executing a .bat file from within another .bat file. The command we document in the MFE 3.1 help will work for a single execution. When you want to put multiple executions in a batch file, you need to use CALL in front of each command. I took a sample and put CALL in front of each DDIIMS statement and I now get many executions to work

Old KB# 2495

#MFDS
#EnterpriseDeveloper