Re: Can TB move a file, and send a link to it?

"Brian Archer" <[email protected]> Wed, 16 Apr 2008 16:35:10 -0700
Newsgroups gmane.mail.the-bat.devel
Message-ID <000301c8a01a$879a2840$6601a8c0@BARCHER>
Thanks again for your assistance. I hope you be will kind enough to help me
one more time, please.

 

The template change worked successfully, but the move.bat does not.

 

I changed the move.bat template from:

 

Copy C:\BAT\XX\%ToAddr~~%Subject.txt   C:\BAT\XX\%ToAddr\%Subject

Del C:\BAT\XX\%ToAddr~~%Subject.txt

 

Changed to this:

 

Copy C:\BAT\XX\%ToAddr~~Header('X-Files')%-.txt
C:\BAT\XX\%ToAddr\Header('X-Files')%-

Del C:\BAT\XX\%ToAddr~~Header('X-Files')%-.txt 

 

But, I'm sorry to report the file does not copy and delete like it did
sucessfully before this change.

 

I also tried: 

Copy C:\BAT\XX\%ToAddr~~Header('X-Files')%.txt
C:\BAT\XX\%ToAddr\Header('X-Files')%-

Del C:\BAT\XX\%ToAddr~~Header('X-Files')%.txt 

 

And this:

Copy C:\BAT\XX\%ToAddr~~Header('X-Files').txt
C:\BAT\XX\%ToAddr\Header('X-Files')%-

Del C:\BAT\XX\%ToAddr~~Header('X-Files').txt 

 

I'd be very interested in trying any suggestion you may have. Thanks again.

 

--