Hey everyone, I am currently in the process of coding a program for command line use, and I want to be abe to print back to the command line, like this: C:\Users\Matthew>myprogram Output from my program C:\Users\Matthew> Any ideas? Here is what I have already tried: (myprogram.au3) $MyCommand = 'dir' Run(@ComSpec & " /c " & $MyCommand, @SystemDir, @SW_Show) Run(@ComSpec & " /c @echo off && echo Command completed successfully. && @echo on && p