View Full Version : How to force an OpenAllSubDirectory in a BC script
ltcherni
19-Dec-2003, 07:27 AM
With the GUI, it is quite easy to ask BC2 to open all the sub directories, even for the .jar or .zip archives files.
But how can I do it in a script ??
Craig
19-Dec-2003, 09:25 AM
To expand regular folders you can just use the Expand all command.
The scripting language doesn't support the advanced comparison settings right now, so to expand archives you need to load a named session that has the Always treat zips as folders option set. If you want to do this for multiple folders, save the session without any base folders, then use two load commands in the script, like:
load ZipSession
load C:\Folder1 C:\Folder2
...
load C:\Folder3 C:\Folder4
...
vBulletin® v3.7.1, Copyright ©2000-2010, Jelsoft Enterprises Ltd.