qp.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Environment Command (2 of 2)
  The Environment Command defines the directories that
  QuickPascal searches for source files, include files,
  object files, executable files, units, and on-line help.
  To define the directories, type one or more path names.
  Separate multiple paths with semicolons.
 
   ■ QP Directory         Source of QP.EXE, QPL.COM,
                          QPL.ERR, QP.INI.
 
   ■ EXE Directory        Destination for .EXE or
                          .QPU files
 
   ■ Source Directories   Source of .PAS files
 
   ■ Help Directories     Location of online help files
 
Directories (continued)
 
   ■ Include Directories  Source of {$I <filename>} files
 
   ■ Object Directories   Source of {$L <filename>} files
 
   ■ Unit Directories     Source of units
 
  NOTE: QuickPascal saves your settings in the QP.INI
  file.