How to start a C program from Erlang node
suresh saragadam
sureshsaragadam@REDACTED
Wed Oct 27 11:22:46 CEST 2004
hi raimo
using os:cmd("dir") i started the c exe file but was started in backend process,
i am unable to see the c node window for online process going on,
how can i make c node visible,
the same way when i am using erl_call the erlang node is started in backend
i have erl_interface established, i just want to execute c exe from enode,
i dont want to handle any return message,
erl_interface is done to handle the messages between c node and erlang node
thanking you
suresh saragadam
Raimo Niskanen <raimo@REDACTED> wrote:
Try
os:cmd("dir").
or
open_port({spawn,"find"}, Options)
if you need to analyze output. But then you have to write a loop
that receives messages from the port and so on. Try the above
command in the shell and then:
flush().
to see what messages the port generated.
sureshsaragadam@REDACTED (suresh saragadam) writes:
> or any erlang shell command to start the exe on windows,
> i mean to execute system level command from erlang shell
>
> regards
>
> suresh saragadam
>
> suresh saragadam wrote:
> Hi,
>
> I need to start a c program from erlang shell or node, i am using windows platform.
>
> regards
>
> suresh saragadam
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail Address AutoComplete - You start. We finish.
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
--
/ Raimo Niskanen, Erlang/OTP, Ericsson AB
---------------------------------
Do you Yahoo!?
Express yourself with Y! Messenger! Free. Download now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20041027/1fda93be/attachment.htm>
More information about the erlang-questions
mailing list