Dave writes:
> 
> I am working under a DOS command prompt. If I were under Linux, I'd try
> something like this:
> 
> cvs add `find . -name "*.vcproj" -print`
> 
> Alas, I don't have that option in Bill's world.

        cvs add *.vcproj
        cvs add *\*.vcproj
        cvs add *\*\*.vcproj
        cvs add *\*\*\*.vcproj
        ...

-Larry Jones

I think grown-ups just ACT like they know what they're doing. -- Calvin


_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to