>From the CWSDPMI docs:
3) The file used for virtual memory swapping, if desired, is controlled 
   by the "-sc:\cwsdpmi.swp" syntax on the command line.  You must specify
   either a file with full disk/directory syntax, or "-s-" which disables
   virtual memory.

So in theory if you have enough memmory (I have no idea how much) you could
change these lines in mime.cfg:

image/jpeg               JPG>BMP|$edjpeg32.exe $j $1 $2
image/png                PNG>BMP|$epng2bmp.exe -s -o $2 $1
image/x-png              PNG>BMP|$epng2bmp.exe -s -o $2 $1

into:

image/jpeg               JPG>BMP|$ecwsdpmi.exe -s-\n$edjpeg32.exe $j $1 $2
image/png                PNG>BMP|$ecwsdpmi.exe -s-\n$epng2bmp.exe -s -o $2 $1
image/x-png              PNG>BMP|$ecwsdpmi.exe -s-\n$epng2bmp.exe -s -o $2 $1

The same goes for XPDF if you have that installed, add "$ecwsdpmi -s-\n".
//Bernie
http://bernie.arachne.cz/ DOS programs, Star Wars ...

Reply via email to