CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    153

    Reading return value in unix Korn Shell

    Hi Gurus:

    I am calling a C++ program from an unix Korn Shell. I would like to read the return value (an integer) from the program, in my shell script. How do I do that?

    Regards,

    Kamran


  2. #2
    Join Date
    Oct 2001
    Posts
    13

    Re: Reading return value in unix Korn Shell

    try status...

    hope this helps


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured