Search:

Type: Posts; User: agoel01

Search: Search took 0.00 seconds.

  1. Thread: execl error

    by agoel01
    Replies
    3
    Views
    2,769

    so what should I do so that I can get both those...

    so what should I do so that I can get both those commands going?
  2. Thread: execl error

    by agoel01
    Replies
    3
    Views
    2,769

    execl error

    i have a simple program on sun box:


    int main()
    {
    execl("/usr/bin/date","date","0");
    execl("/usr/bin/pwd","pwd","0");
    }

    the output i get shows only the date and does not execute the pwd...
  3. Replies
    1
    Views
    1,791

    invoking shell script

    i have a small shell script which copies certain directories on solaris 10(intel) box when executed. is there a way so that i can call this script from a c program.

    in the future i would also...
  4. Replies
    7
    Views
    2,765

    hmmmm.......connecting using the telnet protocol....

    hmmmm.......connecting using the telnet protocol. that is one way of doing it i guess. thanx for that. i think i have to find a way in c++ to connect to linux using telnet pretty quickly now. any...
  5. Replies
    7
    Views
    2,765

    so does it mean that the shell scripts are...

    so does it mean that the shell scripts are eventually being called from c++ code
  6. Replies
    7
    Views
    2,765

    rather let me put it this way I need to run...

    rather let me put it this way

    I need to run some commands in linux box... so is there any API available in C++ which will establish a connection with linux box

    cheers
  7. Replies
    7
    Views
    2,765

    run dll in linux

    is there a way you can run dlls in linux/solaris. i want to write a dll which upon execution creates a directory in linux/solaris box.

    any pointers / alternatives. please help

    thanx in...
Results 1 to 7 of 7