[magick-users] escape ....escapes me
Gabe Schaffer
magick at gabe.com
Sun Nov 16 22:00:29 PST 2008
On Fri, Nov 14, 2008 at 4:44 PM, Jim Shupert, Jr.
<jshupert at theppsgroup.com> wrote:
> and it does what I wish -- but - it is all one line. I want to have it (
> the bat file ) be multiple lines with eascape char.
>
> like
> convert D:\ss\mich-b.jpg -fill black -pointsize 24 -draw "text 120,460
> 'File Name : FName'" \
> -fill black -pointsize 24 -draw "text 120,490 'Title : TNamejjj'" \
> D:\ss\mich-b-2.jpg
>
> something like that ... somehow i have that wrong ... what is the proper
> means to use escape char
To split a command across multiple lines, use the ^ character at the
end of each line.
GNS
More information about the Magick-users
mailing list