On Sun, 11 Nov 2001 22:55:53 +0000, Bastiaan Edelman wrote: > Norton is now returning to original file... but...
> If Arachne has some complicated task to perform there is no returning. > BMP returning OK > HTM returning OK > GIF OK > JPG not OK stays in Arachne > PDF not OK > PS not OK > The viewing of JPG, PDF and PS is OK, not the returning. > Looks like the "pop" command at the end of the .bat is ignored as > Arachne is doing a comlicated task like converting JPG to BMP. It may be that some modification to mime.cfg is required for your situation. Looks like when these last functions are run the .BAT terminates. Try adding "CALL" on the mime.cfg line just in front of the function. i.e. like: image/jpeg JPG>BMP|CALL $edjpeg32.exe $j $1 $2 Normally the CALL is used when you need to execute another batch file and return to the launch point. I don't know if it will help here, but the mime.cfg line is VERY similar to a one line .bat file. Try it and let us know. - Clarence Verge - Back to using Arachne V1.62 ....
