Jump to content

Recommended Posts

Posted

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)

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
×
×
  • Create New...