I tried to get your script to work, but I couldn't. I wrote this test script instead to see if I could reproducte the problem.

Code:
on *:SockListen:Test: {
  sockaccept t2
  var %temp = $finddir(f:\, *, *, 1, sockwrite t2 $nopath($1-) $+ $crlf )
  var %temp2 = $findfile(f:\, *, *, 1, sockwrite t2 $nopath($1-) $+ $crlf )
  sockclose t2
}

It worked as expected, so Im thinking its go something to do with your network card drivers.


Basicer - Windows 7 Business x86