The instructions are on the site but for anyone really stuck this is a quick guide....
MAC
Download the script file by clicking on it from my web site then...
Look in the downloaded folder and you will see lots of files ending with the .js file type and a directory called cowlib. Copy EVERY file and the directory, unchanged, into the folder:
APPLICATIONS::Adobe photoshop CS4:

resets:

cripts
Once you have done that you can run Photoshop and load a photo then goto FILE>>Scripts and click on one of the scripts to run that script.
That is it, all installed and working.....
now to change the script for YOU..
Open the directory cowlib and look for the file "USER DATA.lib" right [CTRL] click this file and select "OPEN WITH" and then select "TextEdit".
Now stretch the window out so it is quite a bit wider and you can take a look at the User Data library file.
Scroll down through the file and you will see several definitions such as:
var UD_Name = "Darren Hill"
change this to
var UD_Name = "YOUR NAME"
etc etc
Once you have finished doing this FILE>>SAVE in TextEdit and run the script again. You will then see your name appearing instead of mine. Once you have this working you can look at the actual "EBS" files in the script directory and make changes to these. These changes will affect how the script changes your pictures such as the colour of borders, how wide they are, copyright notices, inserting logos etc etc.
PC
Download the script file by clicking on it from my web site then unpack the zip file using your unpacking software such as winzip or in Vista just open it!
Look in the downloaded folder and you will see lots of files ending with the .js file type and a directory called cowlib. Copy EVERY file and the directory, unchanged, into the folder:
C:\Adobe\Adobe Photoshop CS2\Presets\Scripts
Once you have done that you can run Photoshop and load a photo then goto FILE>>Scripts and click on one of the scripts to run that script.
That is it, all installed and working.....
now to change the script for YOU..
Open the directory cowlib and look for the file "USER DATA.lib" right click this file and select "OPEN WITH" and then select "Text Editor".
Now stretch the window out so it is quite a bit wider and you can take a look at the User Data library file.
Scroll down through the file and you will see several definitions such as:
var UD_Name = "Darren Hill"
change this to
var UD_Name = "YOUR NAME"
etc etc
Once you have finished doing this FILE>>SAVE and run the script again. You will then see your name appearing instead of mine. Once you have this working you can look at the actual "EBS" files in the script directory and make changes to these. These changes will affect how the script changes your pictures such as the colour of borders, how wide they are, copyright notices, inserting logos etc etc.
Have fun......