Auto assign box color to all folders and subfolders

Discuss and share scripts and script files...
Post Reply
vdongen
Posts: 49
Joined: 03 Apr 2008 06:57
Location: Jakarta, Indonesia

Auto assign box color to all folders and subfolders

Post by vdongen »

I am looking for a script (or INI setting) that automatically assign the box color to folders. Value of the color depends on the level.

c:\ - top level - color value x
c:\laptop\ - second level - color value y
d:\phone\battery - third level - color value z

Till let say the eighth level.

Bart

Pagat
Posts: 306
Joined: 09 Oct 2007 21:23
Location: Austria

Post by Pagat »

Hi vdongen,

there is the ::box command which you could use in a script. However, without conditional logic i don't know of a way to switch the colors depending on the directory level.

I guess if you want to have it in a single script (and not different ones for each level) you have to wait for scripting v2.0 but i'm no scripting expert so maybe there is another way to do it...

Post Reply