How to make a tree.Bat file for auto refresh Windows

  1. 1st open notepad
  2. Copy this command-

echo off
cd/
tree
c:
tree
d:
tree
e:
tree
f:
tree
g:
tree
h:

  1. Save the file in Desktop using this name "tree.Bat" and save the file.