Shell return codes
Posted: 2014-11-14T07:51:59-07:00
I'm using:
in VB6
It completes, and renders a file. I'm getting back 6600 for l_try, what does this mean?
How do I know it completed or if it failed? Anyway to determine that based on return value?
Using Windows 7 - 64bit
IM 6.8.9 Q16
Code: Select all
str_convFirst = "convert -density 960 -units PixelsPerInch -colorspace sRGB g54w08.eps -flatten -scale 10% -weight Bolder g54w08.png"
l_try = Shell(str_convFirst, vbHide) 'run line to generate png
It completes, and renders a file. I'm getting back 6600 for l_try, what does this mean?
How do I know it completed or if it failed? Anyway to determine that based on return value?
Using Windows 7 - 64bit
IM 6.8.9 Q16