Bernie,

I have a problem!

Changed mime.cfg and added that file line; with my original version of
rtf2htm.bat [with del trace.doc added] the process went smoothly.

But when I switched over the the %TEMP% version of the batch file,
things just wouldn't do what they were supposed to.  I commented out the
DEL lines at the end of the batch file, and found that temprtf.rtf was
being created in designated TEMP directory just fine.  But Martha kept
saying cannot find file, and into a loop I'd go.

So, on the off chance that maybe martha wasn't able to pull the variable
into the command line, I took out the variables and hardwired in
V:\TEMP\temprtf.rtf        Martha still claimed unable to find file.

What gives?  Could this have anything to do with lack of environment
memory we had problems with before?  I've been meaning to ask if that
had been fixed or if we still needed to put some sort of switch
somewhere to make certain Arachne could access *all* the environment we
have set aside.

Anyway, I'm back to setup where rtf files are processed on HDD rather
than in temp directory.

l.d.
====

On Thu, 1 Jun 2000 11:40:17 +0200 (MET DST), Bernie <[EMAIL PROTECTED]> 
wrote:

> This will use your temp directory for storing the temp files (someone told
> me using a program directory (c:\dos) for temporary files weren't good
> recently <g>):

> copy %1 %temp%\temprtf.rtf
> martha.com %temp%\temprtf.rtf
> copy %temp%\temprtf.htm %2htm
> rem Don't put a          ^^^^ '.' between '%2' and 'htm' in the above line.
> del %temp%\temprtf.*
> del %temp%\trace.doc

Reply via email to