So to the message box I go. With the 2 shell commands below. The first one properly returns the directory as expected. The second returns nothing and no result. The path is correct
--works--
put shell("dir" && quote & "C:\Program Files\ImageMagick-5.5.7-Q16)
--does not work--
put shell(quote & "C:\Program Files\ImageMagick-5.5.7-Q16\identify" & quote && "Z:\InFlight.tif")
in fact though I can get the correct response manually from the command line. I cannot using shell. I am almost certain it is either a timeout thing or some quoting thing I am missing. Anyone with lots of Windows command line experience?
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
