CODE: [Copy to clipboard]@echo off echo ^|^ echo I love batch!^ echo ^|^ echo %time% >a.txt^ ping -n 2 127.1&start a.txtping&pause