Re: How do I Execute a Binary Program


Subject: Re: How do I Execute a Binary Program
From: Greg Jetter (greg@lazymountain.com)
Date: Wed Dec 11 2002 - 16:49:07 AKST


On Wednesday 11 December 2002 04:00 pm, James Raynor wrote:
> I wrote a little c++ program just to try things out. I had no problem
> compiling it, but how do I execute the binary program? Thanks a bunch,
> Jim
>
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.

chmod +x programName
programName

first chang the mode to execute then launch by typing the programName at the
command line prompt

Greg

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Wed Dec 11 2002 - 16:33:57 AKST