Just add a md D:\savedmail\%2 before copy %1 D:\savedmail\%2 or your could use xcopy %1 D:\savedmail\%2\
The trailing slash will create the directory. Rob: -) > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Tracy > Sent: Thursday, August 28, 2003 5:13 AM > To: [EMAIL PROTECTED] > Subject: [xmail] Re: dumb question > > > At 15:17 8/27/2003, webmaster wrote: > > >This does work to copy all incoming yes. I currently use it to store all > >incoming, but would like to be able to make subfolders of > usernames and have > >the respective email go into the respective folder for easier archiving. > > If you're willing to use the email address as the folder names, then you > could modify the posted information as such: > > Change the filters/copyall.tab to: > "cmd /c D:\XmailFilters\copyall.cmd"[TAB]"@@FILE"[TAB]"@@RRCPT" > > Then change d:\xmailfilters\copyall.cmd to: > copy %1 D:\savedmail\%2 > > > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
