Auto Refresh Windows Using tree.Bat
How to make a tree.Bat file for auto refresh Windows 1st open notepad Copy this command- echo off cd/ tree c: tree d: tree e: tree f: tree g: tree h: Save the file in Desktop using this name "tree.Bat" and save the file.

How to make a tree.Bat file for auto refresh Windows
- 1st open notepad
- Copy this command-
echo off
cd/
tree
c:
tree
d:
tree
e:
tree
f:
tree
g:
tree
h:
- Save the file in Desktop using this name "tree.Bat" and save the file.