[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: XPL techniques (was TODAY)



** Reply to message from "Patricia M. Godfrey"  on Fri, 15
Sep 2006 14:04:22 -0400


> W4W17F.EXE E:\XYINFO\2006\06SEP.TXT /N /V2
> if exist E:\XYINFO\2006\06SEP.wp del
> E:\XYINFO\2006\06SEP.wp
> W4W48T.EXE E:\XYINFO\2006\06SEP.wp /N /V1

The problem with that code is that there is a palpable delay between W4W*.EXE
exiting, and the deletion of all tempfiles (I've seen 20 of them, with large
conversions). So if you want hands-off, I would go here and download & extract
DELAY.EXE
 http://xywrite.org/msg01720.htm
and then do something like this:

W4W17F.EXE E:\XYINFO\2006\06SEP.TXT /N /V2
:wait
if exist E:\XYINFO\W4W99INT.TMP goto wait
DELAY.EXE 2
if exist E:\XYINFO\2006\06SEP.wp del E:\XYINFO\2006\06SEP.wp
W4W48T.EXE E:\XYINFO\2006\06SEP.wp /N /V1

-----------------------------
Robert Holmgren
holmgren@xxxxxxxx
-----------------------------