PDA

View Full Version : much useful


Benny Pedersen
March 18th, 2007, 11:21 AM
Here is a little program that you could put on your desktop.
It is asking about a number 1...3

Use it to open a PSE folder that you want to open.

Code line number 2 and 3 say this:
(set v=)
if not defined v (set /p v= What Version?: )
So if you have different versions of PSE or/and PS 7 maybe CS2,
then just leave as is, but if you only have one version, e.g.
PSE5 (or whatever), you could modify line number two
like one of the following e.x.:

(set v=4)
(set v=7)
(set v=cs2)

so, if you only have PSE5, you could change
line number two: (set v=5), then since v is
defined in line numb three, you won't be
asked about "what version" of PSE...

Folder to open

1: Actions ATN
2: Brushes ABR

3: Cache

What number?:
Since a folder isn't named "Cache" in PSE5, PS7 or
PSCS2, but two DB3 files are in the "5.0 folder",
that folder is opened on option number three (PSE5).

Benny,

EDIT: December 22, 2007:
Updated. The new download is here:
http://www.elementsvillage.com/forums/showthread.php?p=345240#post345240

_