From: | Javier de las Rivas |
Date: | 3 Apr 2001 at 19:28:49 |
Subject: | [D5] ArcHandlerEx problem |
using 1.2 sometimes i'm having problems when extracting files if the file
exists i get an error, the problem was the MOVE command i have 2 different
MOVE command one in C: and the other in Dopus5:C/ the lst one works fine
with ArcHandlerEx so in the arexx-script i added the path so the line now
is:
call writeln(tempfile,'Dopus5:C/Move "'dpath||tpath'/'.......
and no mre problems. :-)
so take care what move command are you using
(Dopus5:C/)Move v2.2a works fine :-)
(C:)Move v37.9 doesn't :-(
BYE