vefatica May 13,747 209 2014-12-18 #1 Code: v:\> do i=1 to 3 ( echo %i >> 123.txt ) v:\> head 123.txt 1 2 3 v:\> type 123.txt | head 1 2 3