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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shatterstar6457

    Permission Denied objFile.Copy

    Is there a vbscript version of continue
  2. shatterstar6457

    Permission Denied objFile.Copy

    Im getting the permission denied runtime error on the following line of code strTargetFolder = objFSO.CreateFolder(strStartTargetFolder & "\" & objFile.Name) and yes I am the admin on my machine. Here is the rest of the code: Option Explicit Dim objFSO, objFile, objFolder, objSubFolder...
  3. shatterstar6457

    Build All Visual Studio Solutions In a Given Directory

    Okay new problem, my folder path has a space in and so does a lot of my deeper, much deeper level folder. How do I pass a variable with double quotation marks without making the variable invalid.
  4. shatterstar6457

    Build All Visual Studio Solutions In a Given Directory

    Im getting the following error: C:\Compile All Visual Studio Solutions.vbs(16, 1) Microsoft VBScript runtime error: Object required: '[string: "F:\Code Samples"]' where - line 16 is this: Set objFolderPath = objFolder.Path -Full Code- Option Explicit Dim objFSO, objFile, objFolder...

Part and Inventory Search

Back
Top