How can I call (send a script to terminal)

thequiff

New Member
Joined
Aug 29, 2012
Messages
34
Hi I hope you can help, I've been researching this but I keep hitting a wall.

combineCommand = "/usr/local/bin/gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=" & "\" & Chr(34) & mergedFilePath & "\" & Chr(34) & Replace(pdfFiles, """", "\""")

comboCombo = "do shell script """ & combineCommand & """"

These are my lines of code above,
The comboCombo from the debug print shows this
do shell script "/usr/local/bin/gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=\"/Users/StudioA/Desktop/merged.pdf\" \"/Users/StudioA/Desktop/1.pdf\" \"/Users/StudioA/Desktop/2.pdf\" \"/Users/StudioA/Desktop/3.pdf\" \"/Users/StudioA/Desktop/4.pdf\" \"/Users/StudioA/Desktop/5.pdf\" \"/Users/StudioA/Desktop/6.pdf\" \"/Users/StudioA/Desktop/7.pdf\" \"/Users/StudioA/Desktop/8.pdf\" \"/Users/StudioA/Desktop/9.pdf\" \"/Users/StudioA/Desktop/10.pdf\" \"/Users/StudioA/Desktop/11.pdf\" \"/Users/StudioA/Desktop/12.pdf\""

If you copy and paste to applescript it works perfectly,

But for some reason when I use
MacScript (comboCombo) it throws an error Run time error '5' Invalid procedure call or argument.

AlI can assume is that went it gets passed over to MacScript additional or incorrect syntaxes occur?

Can anyone help please.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,215,108
Messages
6,123,133
Members
449,098
Latest member
Doanvanhieu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top