[magick-users] escape ....escapes me

Anthony Thyssen A.Thyssen at griffith.edu.au
Sun Nov 16 19:47:32 PST 2008


On Fri, 14 Nov 2008 16:44:15 -0500 (EST)
"Jim Shupert, Jr." <jshupert at theppsgroup.com> wrote:

| I might be having a dim moment...
| i have this in a win file.bat
| 
|  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
| 
| 
| 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
| 
At the moment this is not posible with bat files.  It is posible with a
windows shell command, and posibly (i am not sure) with visual basic.



  Anthony Thyssen ( System Programmer )    <A.Thyssen at griffith.edu.au>
 -----------------------------------------------------------------------------
     Assume(n):    Making and  ASS  out of  U  and  ME.     -- Benny Hill
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/


More information about the Magick-users mailing list