Dominic Anello wrote:
> On 2006-08-22 17:42:03 +0930, si wrote:
>>> There is some equivalent on Win32, but I'm not a windows person so I
>>> don't know the details.
>> Unfortunately, that's the standard canned response,
>> and no-one has come up with the details.
>>
>> I'm not having a go at you Garrett, its just that it's
>> frustrating when that's the only answer we ever get :)
>
> The cmd.exe shell on Windows 2000 and XP respects many of the historical
> UNIX sh operations, although the syntax is often slightly different. On
> Windows, the null device is represented as a serial port, much like
> COM1:, LPT1:, etc. It also respects the standard file handle numbers
> and redirection, so the following should swallow all output from
> command:
>
> C:\>command 1>NUL: 2>NUL:
>
> The one L is not a typo.
that doesn't work either. nor does any other command line option
combinations i have tried (about 50 various by now i'd think, though all
on win2003 server).
./allan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 23 16:40:22 2006