From: | Dave Clarke |
Date: | 8 Apr 2001 at 02:55:57 |
Subject: | [D5] Re: ArcHandlerEx problem |
Once upon a time, 08-Apr-01 00:16:56, Andreas Mixich spoke thus about
'Re: [D5] Re: ArcHandlerEx problem':
>Maybe a script would help ?
>; $VER: Move 11284.0211424422 (07 Apr 01)
>; 'move' at own Risk !
>.key from/a to/a
>.bra {
>.ket }
>IF exists {from}
> copy {from} {to} clone
> delete {from} quiet force
>ELSE
> echo "Move: Source does not exist."
> QUIT
>ENDIF
You know what would happen then don't you?
People would be using non-C= conforming Copy, Delete and Echo commands ;^)
Dave