Just popping in
Joined: 2006/12/3 9:55 Last Login
: 2016/10/9 15:36
From Sweden
Group:
Registered Users
|
@spotUP
Hm, rather simple.
Try this:
list >ram:fafa dirs lformat "if exists *"%F%N.info*"*Necho *"changing icon for %F%N.info*"*Nelse*Necho *"no icon for %F%N*"*Nendif"
It should give you a textfile in RAM called FAFA. Type it, edit it or execute it.
When you're ready to exchange your icons, find a tool that does that for you and replace the first echo with smthn like this:
changeicon *"%F%N.info*" ... etc.
If you run the above line with list, you will get smthn like this in RAM:fafa
if exists "system.info" echo "changing icon for system.info" else echo "no icon for system" endif .... for each drawer name in that location
Notes. The *" is for giving a quote to the script rather than quoting at execute time. %F is the path and %N is the filename. *N is for new line in script.
If you want to run a whole partition, add ALL after list.
Good luck.
(Havn't tested it but hope it'll work for u. the echo is good for testing before really executing.)
(sorry, a few updates since i forgot some important things.)
|