I am trying to send a string to another application by using a socket in
win95, and i keep getting this error:

** Script Error: write expected destination argument of type: file url
object block.
** Where: write %127.0.0.1@50004 ip

I have also tried :
write 127.0.0.1 50004 ip
write 127.0.0.1@50004 ip
write %127.0.0.1 50004 ip
write /direct 127.0.0.1 %50004 ip

and i tried send in place of write in the above lines. The docs say that
open and write can be used to send data thru the ports. How do i do that? I
have an app listening on a port, but it's not getting data.

Kat

Reply via email to