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

Re: XPL techniques (was TODAY) - Whoops!



** Reply to message from "Robert Holmgren"  on Fri, 15 Sep
2006 19:52:25 -0400


> ... 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

Wait a minute. That won't work. W4W99INT.TMP is the intermediate file that
conveys data between the From_WP and the To_WP -- doesn't get erased until the
entire conversion is done! So just drop the :wait loop and go with this:

W4W17F.EXE E:\XYINFO\2006\06SEP.TXT /N /V2
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
-----------------------------