Ok. I have one computer on my LAN ("host") running this batch file:
cd c:\
c:\nc.exe -t -d -w 30 -p 36960 -l < c:\nc.exe
I have another computer ("client") running this batch file:
c:\windows\system32\nc.exe 192.168.1.102 36960 >> c:\nc.exe
The problem is, when I change c:\windows
system32\nc.exe to telnet, it won't download the file correctly. Does anyone know why this is?