home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!ohstpy!viznyuk
- From: viznyuk@ohstpy.mps.ohio-state.edu
- Newsgroups: comp.lang.pascal
- Subject: Re: Command string
- Message-ID: <13467.2a964ea7@ohstpy.mps.ohio-state.edu>
- Date: 22 Aug 92 14:26:47 EDT
- References: <32164@adm.brl.mil>
- Lines: 18
-
- In article <32164@adm.brl.mil>, S105728@umrvma.umr.edu ( Steve Poulsen) writes:
- > I believe this is what you are looking for.
- >
- > ParamStr(n) will return the parameters where n goes from 1 to ParamCount.
- >
- > If n is 0 then ParamStr returns the path and filename. You could then use
- > FSplit to break the path, drive, name and extension up.
- >
- > ======================================== ,--,
- > Steven P. Poulsen <S105728@UMRVMA> ,' '--,
- > Student of Electrical Engineering ---, ,'
- > University of Missouri - Rolla ,','
- > ======================================= , '
-
- Looks fine, but as it seems you are referring to
- Pascal on MS-DOS platform, while I need the answer for
- VAX/VMS. Thanks anyway.
- S.V.
-