[<<]Message[>>]    [<<]Author[>>]    [<<]Subject[>>]        Thread[>>]

Number : 2629 Date : 2002-08-08 Author : Joseph Maddison Subject : Re: Can you use %username% in an exclude list? Size(KB) : 0
> Is there any way I can exclude any file on the hard disk which starts > with the person's username and ends with .zip I still need to back > up other zip files so I can't just exclude *.zip I can't see any way > to do this? use the command (with whatever additional parameters you need) xxcopy /S/E /X%USERNAME%*.zip *.* \wherever where USERNAME is an environment variable you set up on the system login, if it isn't already present. This can be used in conjunction with a /exexclude.lst file for the rest of the files you wish to exclude that do not have env vars. Joseph Maddison Minneapolis, MN
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.