Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
> > I added the following lines to the loginfo file > > ^mac (date; cat; (sleep 2; cd /c/temp;cvs -q update > > -d) &) >> $CVSROOT/CVSROOT/updatelog 2>&1 > > such that any commits to the mac module causes an > > update in the c:\temp directory. > > When I commit the mac module it does recognize the > > changes made to the loginfo file but outputs the > > following error > > > > Executable (date; cat; (sleep 2; cd /c/temp;cvs -q > > update -d) &) >> > > :local:c:/cvsrepository/CVSROOT/updatelog 2>&1 not > > found > > Could Not Create Child Process (error 2) Did you try putting all that stuff in a separate batch file so that the loginfo line looks like ^mac allstuff.cmd (.cmd is the WindowNT preferred extension for .bat) > You cannot do this under NT; there is no comparible concept > for background > processes even if everything in that line above would work. Well, that's not exact. You can use the WinNT command "start" to launch a background process. Alberto Barbati _______________________________________________ Cvsnt mailing list Cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs