:: Batch file text.bat :: Turn off automatic echoing of :: executed commands. echo off :: Execute the following statements. echo Type a.txt to screen. type a.txt echo Type b.txt to screen. type b.txt echo Type c.txt to screen. type c.txt echo Show current directory listing. dir > dir.txt