- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi There,
I'm porting some fortran from openVMS to XP and am using the compaq VF environment, and need to issue a system command. On VMS I'd do something like:
call lib$spawn('dir/out=arf.arf')
How can I accomplish this with my XP application?
thank you,
-Chuck Taylor
I'm porting some fortran from openVMS to XP and am using the compaq VF environment, and need to issue a system command. On VMS I'd do something like:
call lib$spawn('dir/out=arf.arf')
How can I accomplish this with my XP application?
thank you,
-Chuck Taylor
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CALL SYSTEM() allows you to submit a command to the operating system. That command might start a script, which could specify its own shell in order to avoid confusion between shells. This is an extension supported in a similar way by most vendors' Fortrans.

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