Xref: utzoo comp.lang.fortran:5475 comp.sys.ibm.pc.programmer:2724 Newsgroups: comp.lang.fortran,comp.sys.ibm.pc.programmer Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!wuarchive!csus.edu!beach.csulb.edu!sichermn From: sichermn@beach.csulb.edu (Jeff Sicherman) Subject: Re: Reading command line arguments with Microsoft FORTRAN Message-ID: <1991May24.001452.27510@beach.csulb.edu> Keywords: ibm pc, microsoft fortran, command line arguments Organization: Cal State Long Beach References: <1991May23.193027.1726@maverick.ksu.ksu.edu> Date: Fri, 24 May 1991 00:14:52 GMT In article <1991May23.193027.1726@maverick.ksu.ksu.edu> rjq@chepil.weru.ksu.edu writes: > > Anyone have any clues on reading the command line arguments in >a Microsoft FORTRAN program? Something like getopts or getarg(3F) >from SunOS would be great! > Thanks in advance. > Which version ? 5.0 has the built-ins (as an extension). 4.x does not. The upgrade is $100+s/h. Some libraries probably also support it.