Dynamically add path name or image name in vbscript

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
manmanda
Posts: 17
Joined: 2014-04-16T13:34:38-07:00
Authentication code: 6789

Dynamically add path name or image name in vbscript

Post by manmanda »

Hello,
I saw vbscript command for execute imagemagick command
Set objShell = wscript.createobject("wscript.shell")
objShell.Exec("convert ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")

My question is how to add image name or path name dynamically means image name or path name is a variable not static.

Thanks in advance
Post Reply