BuildPath

Prev Next Home Home Table Of Contents Index

BuildPath (Array)

The command BuildPath will build a PATH environment variable based upon the contents of a specified Array variable. The first element in the array becomes the first search path.


Example:
Var PathList Pathlist[1] = 'F:\PUBLIC' Pathlist[2] = 'F:\DOS' Pathlist[3] = 'F:\UTIL' BuildPath (PathList) ;sets PATH=F:\PUBLIC;F:\DOS;F:\UTIL

See Also: SplitPath FixPath

Category: String Array Environment

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home