Command line parameters and environment variables

From Free Pascal wiki
Revision as of 16:44, 29 May 2008 by Mattias2 (talk | contribs) (New page: When a program is started a user can give command line parameters and setup environment variables. For example the FreePascal compiler gets most of its parameters via command line options:...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

When a program is started a user can give command line parameters and setup environment variables. For example the FreePascal compiler gets most of its parameters via command line options:

 fpc unit1.pas