Wscript.Path

[This is preliminary documentation and subject to change.]

The Wscript.Path property provides a string containing the name of the directory where Wscript.Exe or Cscript.Exe reside.

Syntax

Wscript.Path  = strPath
 

Example

Wscript.Path = C:\WinNT\System32
 

See Also

Wscript.FullName property

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.