Share this page 

Change the current directoryTag(s): WSH VBScript


' display the current directory
WScript.Echo WshShell.CurrentDirectory

' set the current directory
WshShell.CurrentDirectory = "c:\work"