MIAMEX 53: Set CMD file input status

xcall MIAMEX, MX_SETCMDINP, cmdinp

MX_SETCMDINP allows you to turn command file input mode on and off for subsequent INFLD.SBR (or INPUT.SBR) calls. In the normal case, BASIC INPUT and monitor level input operations will read from an active command file, but image mode input, such as XCALL INFLD or XCALL INPUT, will not. However, you can override this and force INPUT.SBR and INFLD.SBR to read from a command file, either by passing the CMDINP argument to INFLD, or by adding the "p" character to the SBR=INFDEF: string (in miame.ini), or by using SET CMDINP from the dot prompt, or by setting this flag.

cmdinp (Num) should be set to 0 to turn command file input mode off, or 1 to turn it on.