• VB Script (Script)

    Author
    Topic
    #406541

    I

    Viewing 1 reply thread
    Author
    Replies
    • #843975

      Windows hasn’t fully upgraded all of its plumbing for file and folder names that contain spaces. Use triple ” marks before and after the path and it should work. (The reason it is triple: VBScript and VBA use double ” marks to represent a literal ” in a string, so when the code runs, the Shell program will get the path with single ” around it.)

      • #843991

        Bingo! The triple ” worked like a charm. I thought MS would have updated the shell script to handle spaces by now but they obviously haven’t. Thanks for the help!

      • #843992

        Bingo! The triple ” worked like a charm. I thought MS would have updated the shell script to handle spaces by now but they obviously haven’t. Thanks for the help!

    • #843976

      Windows hasn’t fully upgraded all of its plumbing for file and folder names that contain spaces. Use triple ” marks before and after the path and it should work. (The reason it is triple: VBScript and VBA use double ” marks to represent a literal ” in a string, so when the code runs, the Shell program will get the path with single ” around it.)

    Viewing 1 reply thread
    Reply To: VB Script (Script)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: