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.
feymard at stago.fr wrote: > Hi, > > I continue on my problems of commit control: > > In verifymsg, why > DEFAULT cmd /C exit /B 1 %l works (ie: the commit fails) > and > DEFAULT D:/CVSData/blank-commit.bat %l fails (the commit is done) > (the batch contains only an echo begin and an exit /B1 ) Try this instead: DEFAULT cmd /c D:/CVSData/blank-commit.bat %l > > Other question: in DOS, how can I detect the presence of a comment? IF "%%1" == "" THEN GOTO NOCOMMMENT (something close to that anyway, might only need one %). -- Glen Starrett