How to run a Batch File on a MID Server, using a MID Server Script File and 'Command' Topic ECC Queue outputIssue Ideally, IntergrationsHub/Orchestration Powershell/JavascriptProbe activities should be used for running scripts on a MID Server. However, this much simpler technique may be appropriate for very simple requirements. A Batch File (.bat) can run any commands that could be run from the Windows Command-Line. This pre-dates Powershell and has been around since the early days of DOS. This procedure lets you run a batch file script, defined in the instance, on a MID Server host.ReleaseAnyResolutionDefine the Batch File Open MID Server -> Script Files, and click NewAttach the batch file, or enter it in the form directly, using the normal documented method. Wait for the file to be automatically synchronized to the agent\scripts folder of all MID Servers. This should be almost instant.Script the insertion of an ecc_queue Output record, or create one manually from a new ECC Queue record form to test: agent ="mid.server.<MID Server's Name>topic = Commandname = scripts\<Batch File Name>queue = outputstate = readypayload = <?xml version="1.0" encoding="UTF-8"?><parameters><parameter name="skip_sensor" value="true"/></parameters> Look in the ECC Queue for the Input