This batch command starts a program in new window, or opens a document.
START “programname”
@echo off start notepad.exe
When the batch file is executed, a new notepad windows will start.