Tools
vshell.asc
Associated article: A GUI Environment for Fortran Development
Tags: .NET Tools
_A GUI ENVIRONMENT FOR FORTRAN DEVELOPERS_
by Vinod Ananthraraman
Listing 1: Branching based on the termination status of an executable program run via a Shell call.
batfile% = OpenFile("vshellbatcompile.bat", FILEWR) 'Open batch file.
If batfile% Then
<Code ...


