SAMPLE: Windows Code to Parse MS-DOS Environment VariablesLast reviewed: February 15, 1996Article ID: Q68647 |
The information in this article applies to:
PATH is a sample application for the Windows environment that demonstrates how to parse MS-DOS environment variables. PATH will accept any environment variable and the name of a file. A search path is a null-terminated string that consists of a sequence of directory specifications separated by semicolons (;). PATH searches for the named file by searching each directory (one directory at a time) in the order in which the directories are listed in the environment variable. Download PATH.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services: |
Additional reference words: 3.00 3.10 softlib PATH.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |