Re: Bug: stdin can't be used on Windows, because of missing EOF
From: Liviu <lab2k1_at_gmail.com>
Date: Wed, 2 Jul 2008 20:33:33 -0500
From: "Neiss, Guenter" <GUENTER.NEISS_at_plarad.de>
It's not clear what part exactly is not working. FWIW the following works
--------
if /i not '%4'=='svn:log' (
for /f "tokens=*" %%x in ('more') do exit 0
You could of course replace the 'do' part with something more useful, right
Cheers,
P.S. If by any chance you meant EOL (not EOF) then it is true that partial
--------
C:\etc>
---------------------------------------------------------------------
|
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.