how to create tree matrix batch file

how to create tree matrix batch file
in this article, i will show you, how to create batch file matrix tree

step: 1 open any editor file like notepade++

step: 2 write below code 

@echo off
color 02
mode 1000
title created by ajayvishu
:start
tree c://
echo %random%

goto start

step: 3 save file treematrix.bat

step: 4 run file 

note: must save .bat extension nd as a file name.

Post a Comment

0 Comments