Jump to content

Syntax question - Parenthesis in path


 Share

Recommended Posts

I have a variable called $LocalShare and it is populated by browsing to a specific location (ie: C:\temp or C:\documents and settings\user\desktop). When I attempt to open the program from the $LocalShare, it opens just fine when it is set to C:\temp, or something without spaces, but when it is set to something with spaces (like C:\documents and settings\user\desktop), it will not open. How do I specify that spaces are allowed when I go to open the file at $LocalShare?

This is my acutal code for running that program:

Run("\\sharelocation\scripts\wts\local.bat " & $arraysite[2] & " " & $LocalShare)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...