PDA

View Full Version : rescan multiple dirs


AndreyN
04-20-2014, 03:00 PM
advise whether there is such a script?

Yil
04-21-2014, 05:00 PM
You can use ioNiNJA to rescan an entire tree with 'site rescan all'. If you want to only do a subset of the things in a directory use a macro in your client. With FlashFXP:
{
cwd %f
site rescan all
cwd ..
}

Then you can highlight the dirs (normally just plain dirs but some might have Disk1, Cd1, etc under them) and run the macro over them. Seems to work OK for me.