ADSM-L

Re: Include Exclude question

1999-07-14 08:58:24
Subject: Re: Include Exclude question
From: Nick Cassimatis <nickpc AT US.IBM DOT COM>
Date: Wed, 14 Jul 1999 08:58:24 -0400
>If I have a exclude statement like this
>
>*:\DIRA\DIRB\*
>
>This will exclude all files in DIRA\DIRB that do not have an extension and
>it will not exclude the subdirectories...

No, this will exclude all files.  To exclude all files without an extension, you
would do this:

exclude *:\DIRA\DIRB\*.        (Note the period)

That requires the extension to be blank.


Nick Cassimatis
nickpc AT us.ibm DOT com

If you don't have the time to do it right the first time, where will you find
the time to do it again?
<Prev in Thread] Current Thread [Next in Thread>