Does anyone recall how to run a DOS command in the background TIABy default, DOS directs EVERYTHING to the SCREEN. However, sometimes you do not want to direct everything on screen (ie, MAYBE you want to direct content to the printer).
So, INSTEAD of directing everything to the screen, direct everything to NULL (ie, nothing). Do this by adding: >NULL to the END of the command. I think thats what you mean right?