4 votes Vote

have option to change all subfolders

I would like an option to change all subfolder, right now it is very tedious to have to change folders one by one.

james , 03.05.2012, 07:56
Response from the site administrator
Shedko, 16.06.2012
SOLUTION:

Create .BAT file:

FOR /R "[FOLDER]" %%G in (.) DO (
"[folderico_cli.exe]" /set "%%G" "[ICON]" 0
Set icon for: %%G
Popd )


Where:
[FOLDER] - Folder to change icons
[folderico_cli.exe] - full path to folderico_cli.exe
[ICON] - path to icon



Get folderico_cli from: http://eng.softq.org/folderico/console_version
Idea status: completed

Comments

Javier, 16.06.2012, 02:31
That kind of tihnking shows you're on top of your game

Leave a comment