On Mon, 1 Mar 1999, Ross Moore wrote:
> > This works perfectly when I use the command line and outputs to a
> > ppmfile.
> > In fact the problem is .... norton antivirus which inhibits the
> > globbing. I have desactivated it and everything works ok!
>
> What a relief, that there is a simple explanation and work-around.
>
> But can we do better?
> Is it possible for the lines calling Ghostscript to be written
> in a way that avoids this problem ?
AFAIK pstoimg does not use globbing at all. Maybe it's because perl is
handing over the command line to COMMAND.COM when running system()
commands. This could perhaps be avoided if an array of the arguments is
passed instead, i.e. rewrite
system("gswin32c.exe arg1 arg2 arg3");
to
system('gswin32c.exe','arg1','arg2','arg3');
Murat, could you please test if this solves the problem?
> It's not nice that Norton and MacAfee regard some of the actions that
> LaTeX2HTML scripts as being of the "damaging virus" kind.
I'm running Dr.Solomon on Win98 and so far had no problems with
pstoimg/Ghostscript and the like.
-Marek
***********************************************************
* Marek Rouchal [EMAIL PROTECTED] *
* http://saftsack.fs.uni-bayreuth.de/~marek *
* Linux, Perl, Latex2HTML enthusiast. PGP key available. *
***********************************************************