- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a IVF console app that the client would like to be able to start by double-clicking (in Windows) on any data file with a particular extension, and then have the program run that file. I can set up the association in Windows fine to force the app to launch whenever a file of a particular extentsion is double clicked, but do no know how to extract the name of the input file from within the FORTRAN app once the application is launched.
Can anyone point me in a direction to the solution to this?
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
GET_COMMAND_ARGUMENT. Should be argument 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So it is!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I could not find GET_COMMAND_ARGUMENT in CVF6.6B help. Is there an equivalent command in CVF?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
GETARG. GET_COMMAND_ARGUMENT is a Fortran 2003 intrinsic that CVF did not implement.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page