:-(
Luc The Perverse - 09 Jun 2006 18:32 GMT
> :-(
When you don't quote the message you are replying to people will not know
what you are talking about.
--
LTP
:)
> I'm using the following to execute "nbtscan 192.168.0.1-255"
> (http://www.inetcat.org/software/nbtscan.html)
[...]
> I am able to execute many other processes and capture their output but
> not this one.
Works OK for me, either using my own test code or yours. Perhaps there's
something wrong with the executable, or the cygwin.dll which it needs. You
could try re-"installing" it.
Alternatively, maybe something it is trying to do is interacting badly with a
virus checker (or similar) on your system.
Incidentally, I would be a bit reluctant to depend on external executables that
use Cygwin. It seems to work OK in this case, but you /might/ find it
worthwhile porting nbtscan to MSVC, or MinGW, to avoid potential problems.
-- chris