[cvsnt] Re: administrative files: I will get mad
Glen Starrett
glen at starretthome.net
Wed Jan 18 15:28:12 GMT 2006
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
More information about the cvsnt
mailing list