You shouldn't need to use any refinements of CALL to get it to work the first time.
You probably don't want to be using /output, since Convert probably isn't usually printing the contents of the result png image into stdout (which would flood the DOS console). So a single string is what you want to send to CALL. Regards, Anton. > call/output/error ["convert" %/c/pic.jpg] %/c/pic.png %err.txt > > but it doesn't work, returning an "Invalid drive specification" > error. (I get an "Invalid Parameter" error if I use paths with > spaces in.) > > So, can anyone see what I'm doing wrong? > > -- Carl Read. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
