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.

Apr 5, 2025 - 18:39
 0
Auto Refresh Windows Using tree.Bat

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.