Thank you again for your assistance.
 
My apology if my messages are a bother. I don't believe I have ignored any
questions, I've






just tried to not include information that was irrelevant and therefore not
to waste anyone's time.
 
Your suggested changes to my SendFile.cmd and Sendfile.tpl were excellent,
as always. Thank you.
 
Regarding  "A filter that creates a .cmd that moves a sent file", I do have
a filter that only deletes the file after it is sent. 






I have tried this filter: Sorting Office> Outgoing mail > Export Message To
File > C:\BAT\move.bat with a template:
 
copy "C:\BAT\XX\%Attachments"
"C:\BAT\Sent"
del "C:\BAT\XX\%Attachments"
 
But, the files never moved, so I just left the template as: del
"C:\BAT\TA\%Attachments"
which worked successfully.
 
Also ran Sorting Office > Outgoing mail > Run External Program >
C:\BAT\move.bat
 
Now I am hoping to receive assistance so that a file, after being sent, will
be moved to it's own folder.
Now that the file is no longer an attachment and isn't being sent, but a
link to its location is sent,
I'd like to try to move the %SubPatt='1' file from C:BAT\XX\ to
C:BAT\XX\%SubPatt='1' folder, but I don't know 
exactly how to set that up as a Filter Template. 
 
Would the filter template look something like this, in move.bat?
 
%SetPattRegExp='C:\\BAT\\XX\\(.*?)~~(.*?)\.txt'%-
%SetHeader(To,%SubPatt='1')%-
copy "C:\BAT\XX\%SubPatt='1'~~(.*?)"
"C:\BAT\Sent\%SubPatt='1'\"
del "C:\BAT\XX\%SubPatt='1'~~(.*?)"
 
My attempt here is to try to move the file from \XX\ folder to an already
created folder (named with the users email address)
and then delete the file from \XX\ folder.
 
Any help would be greatly appreciated.
Thank you.
 
-- 
 
 
________________________________________________________

http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to