Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] launch executable in external console

If I had a Windows system, my first guess would be to make cmd.exe the
"Fortran Application" and put something like "/c myprog.exe" on the
Arguments tab.

Mike Garrahan

On 02/16/2011 10:36 AM, Bruno wrote:

> Thanks for your help Michel. However i'm looking for a way to do it
> with a single click, e.g. by setting up a correct launch config (I
> know, i'm a bit lazy ;-)
> Since it's a minor point, I can live without if that's not possible.
> 
> DEVEL Michel <michel.devel@xxxxxxxx> wrote:
> 
> In the Project Explorer view, click on the triangle left to to
> Binaries then right-click on the name of your executable, then select
> "properties", then select and copy the "Location" of the executable
> in the Resource portion of the window, then paste that in your
> cmd.exe console and it should work if it is a simple program.
> If you use external files you may have to the do a "cd" to the
> directory of your executable, first.
> 
> Le 15/02/2011 19:07, Bruno a écrit :
>
> I am a user of Photran 6 on Eclipse 3.6, on Windows Vista. I'm
> wondering if there is a way to launch my executables in an external
> console -- here, a Windows cmd.exe console -- rather than within
> Eclipse built-in console.


Back to the top