make a convert script work in right mouse button...
Posted: Fri May 18, 2007 8:13 am
Hi,
I made a nice little conversion script that permit me to stamp images with their name using the convert tool, I saved it and everithing is good, but to be perfect, I'd like it to be accesible from te right mouse button menu in the explorer...
here is the .xbs
what i tried, create a batch file from the script and in explorer rmb, and "open with"> than choose my batch file... but it doesn't work
is it the good way doing things or am I wrong?
thanks in advance...
--
tmaes
I made a nice little conversion script that permit me to stamp images with their name using the convert tool, I saved it and everithing is good, but to be perfect, I'd like it to be accesible from te right mouse button menu in the explorer...
here is the .xbs
Code: Select all
canvas( 0 #0 #20 4 128 128 128 0 )
addtext( 16777215 8421504 "Verdana" -16 1 1 0 6 0 0 " image <Filename> " )
addtext( 16777215 8421504 "Verdana" -13 1 1 0 8 0 0 " tmaes " )
addtext( 16777215 8421504 "Verdana" -13 0 0 0 9 -21 0 "<Directory> " )
is it the good way doing things or am I wrong?
thanks in advance...
--
tmaes