WshShell.CurrentDirectory
HELP!I keep on getting C:\my_script.vbs(3, 1) Microsoft VBScript runtime error:
Object doesn't support this property or method: 'CurrentDirectory'
The code:
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WScript.Echo WshShell.CurrentDirectory
Please advise..
Thanks