Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Translate and open Windows network location strings' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Translate and open Windows network location strings
Authored by: HazMatt on Mar 29, '04 04:34:36PM
Since submitting this, I have found a bug: if there are spaces in the path, it will not work.
You will need to add this line to the script:

...
set mytext to searchReplace(mytext, " ", "%20")
before this line:
set findIt to "\\"
Unfortunately, if there are spaces you will only open the volume and not go down the full path. Any solutions to this issue will be appreciated.

-HazMatt

[ Reply to This | # ]