You can use this command to simulate it if your shell is cmd.exe for %i in (*.*) do cvs add %i
If you are the nervous type, you can do this to verify what would happen before actually doing it. for %i in (*.*) do @echo I would have executed: cvs add %i -elliot -----Original Message----- From: Jane Fothergill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 11:44 AM To: [EMAIL PROTECTED] Subject: [Cvsnt] cvs add *.* Hi there, I'm a newbie to both the list and to cvsnt so feel free to point me towards any useful material. I'm trying to add all the files within a directory, and under linux I'd do "cvs add *.*". If I do the same under cvsnt (I'm using it from the command prompt at the moment) I get the following error. cvs add: cannot open C:\Program Files\CVS for NT/source/fluidnetwork/copy from s erver/apps/app01/btn/*.*,v: Invalid argument cvs add: cannot chdir to *.*: Invalid argument Any ideas? Cheers Jane _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
