Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ezy123

  1. ezy123

    Get My Documents Path Name and Return the path

    Well I am trying to return the path to the calling method from another language. SetText is "supposed" to set the value of the external variable "tMyDocsPath". Here is an example of the code of the other language: LAUNCH EXTERNAL PROCESS("c:\folder\getMyDocsPath.vbs";$input;$output) So in jges...
  2. ezy123

    Get My Documents Path Name and Return the path

    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...

Part and Inventory Search

Back
Top