I am trying to run a script from an external program that will return the path to the "My Documents" folder:
Set wshshell = CreateObject("WScript.Shell")
Documents = wshShell.SpecialFolders("MyDocuments")
wshshell.SetText "tMyDocsPath", Documents
But it does not work. Can you tell me what is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.