Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6911 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I'm trying to use Applescript to run a series of shell commands. I have encoutered a problem while creating the calculation, that will be sent as an Applescript.

do shell script" & Quote( " chmod 770 " & Substitute ( Preferences::Path ; " "; "" ) & "Contacts") &"

The problem comes with files and folders that contain spaces in their name " ". I'm using the Substitute Function, but the outcome is not what I'm expecting.

Applescript needs "" two forward slashes to refecence spaces " ". But no matter what I input on the data that will substitute spaces, I never get the "" needed by the Applescript.

"" returns ""

"" gives me an error

"" returns ""

I have also tried / /, but that doesn't seem to work.

Can some one point me in the right path?

Thanks

This topic is 6911 days old. Please don't post here. Open a new topic instead.

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...

Important Information

By using this site, you agree to our Terms of Use.