[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Hooks on Windows]

From: Greg Thomas <Greg_at_TheThomasHome.co.uk>
Date: 2003-08-16 11:19:28 CEST

On Thu, 14 Aug 2003 18:18:01 -0600, "D.J. Heap" <dj@shadyvale.net>
wrote:

> Very weird, since it doesn't seem to apply to exe's (probably, cmd.exe
> is 'helping' by printing error messages to stderr or something and
> normal exe's just ignore the write failure).

Could you run the .bat/.cmd as a .exe, making them the same, by
calling the command interpreter (which is a .exe) with the /C flag -
i.e. something like

BOOL rc = CreateProcess( "%COMSPEC% /C c:\\temp\\test.cmd" );

Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 16 11:20:44 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.