OK,PERFECTO era lo que buscaba, solucionado, pero tengo otro problemilla que no creo que pueda ser solucionado
fichero .bat
type ola.txt|nc -vLp 8080
fichero ola.txt
HTTP/1.1 200 OK
Date: Mon, 12 Mar 2001 19:12:16 GMT
Server: Apache/1.3.12 (Unix) Debian/GNU mod_perl/1.24
Last-Modified: Fri, 22 Sep 2000 14:16:18
ETag: "dd7b6e-d29-39cb69b2"
Accept-Ranges: bytes
Content-Length: 3369
Connection: close
Content-Type: text/html
<html>
<head>
<title>ola</title>
</head>
<body>
jolines
</body>
</html>
sale perfecto, el poblema es, cuando reinicio la conex, solo reconecta el netcat unicamente :S, no vuelve a arrohar la info
alguna idea?
toneria, solucionado:
:inicio
type ola.txt|nc -vvlp 8080
goto inicio