I know this isn't a vtcl question, but I thought maybe someone could help. I
have a socket opened between a UNIX workstation and a PC. from the UNIX side
I am sending a command to the PC side to execute (e.g. c:\siScripts\123 /r
3456)

The problem is on the PC side when I output the command using a puts s I see
what was sent, but when I try to exec the command the /r is turned into \r.
Any ideas? I've configured the sockets for binary mode, but it appears to be
a substitution by the exec operation.

        Robert M. Bartis
        Lucent Technologies *
        Room HO 1C-413A
        * 732.949.4565
  * [EMAIL PROTECTED]


_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to