@echo off D: echo %date% echo text some message md pract7 cd pract7 md 1 cd 1 md 2 cd 2 echo some txt 2 > " 2.txt " dir cd.. echo some txt 1 > " 1.txt " dir cd.. dir tree pause