Applescript help Hardware and Software macOS by Profe … set the phone_list to phone_list as string set AppleScript's text item delimiters to "" if…set the contact_list to my ASCII_Sort(contact_list) set AppleScript's text item delimiters to (ASCII character 13)… the contact_list to the contact_list as string set AppleScript's text item delimiters to "" set… AppleScript error: "Can't Get Alias" Hardware and Software macOS by Daria Shmaria I'm writing an AppleScript to export individual layers in Omnigraffle. It opens the file … InDesign AppleScript help please... Hardware and Software macOS by Perigee … in the the Scripts palette. 2) rewrite the logic in AppleScript for the life of me I can't find or… figure out how to call it from AppleScript. I tried 'do script', but it throws up errors and…;Page") { continue } myDoc.pageItems[j].remove(); } here is the AppleScript code I've written so far: tell application "Adobe… Re: InDesign AppleScript help please... Hardware and Software macOS by Lomoco Maybe it can't find what you are refering to as "Document 1". Instead of using just "Document 1", try using the actual name of your document. Be sure to put it in quotes. I am just guessing at what your problem might be, but I do have some applescript experience. Bit of help with an AppleScript Hardware and Software macOS by gn0m3 … year, so Happy New Year.... i have got a small applescript i have written (see below), it is connecting to a… Re: Bit of help with an AppleScript Hardware and Software macOS by Lomoco … and log-out. What happened is that a key that applescript pressed didn't get let up and is still being… Bits and Bytes of applescript Community Center Geeks' Lounge by Lomoco Have an applescript you are proud of? Post it here and share it with everyone! Be sure to post a brief description of it below it and maybe a title. :eek: Re: Bits and Bytes of applescript Community Center Geeks' Lounge by Lomoco doesn't have APPLESCRIPT Re: Bits and Bytes of applescript Community Center Geeks' Lounge by Dani The code snippet library supports an unlimited number of languages. Just enter "applescript" as the syntax when submitting a new code snippet. Call AppleScript from Python (MAC) Programming Software Development by FALL3N I want to run a multiline AppleScript command from a Python script. For a singleline command I … Re: AppleScript error: "Can't Get Alias" Hardware and Software macOS by Daria Shmaria Er, never mind. Sorry for the inconvenience. Applescript assistance needed!!! Hardware and Software macOS by gn0m3 Morning Folks, I need to change permissions on a whole bunch of machines using Apple remote desktop and the "unix" function. Ive got so far but got stuck, here is what i need. The below code compiles but i need the script to use a default username and password and to tell it a default location on a network volume where to get updates … Applescript and Proxy - help with this script please!! Hardware and Software macOS by gn0m3 Morning Guys and Gals, I have this script below for changing proxy settings, I have about 70 machines to run this on so this is why im doing it this way (any other ideas welcome). The script bombs out basically half way down, i have marked the part with brackets. Any help or advice would be great. I have tried to sort it myself but with limited … Re: Bit of help with an AppleScript Hardware and Software macOS by Perigee try adding this after the 'run' statement: tell application "System Events" tell process "Terminal" keystroke "w" using {command down} end tell end tell when the run statement is given, it opens Terminal, which by default opens a new sessions window. The above code sends the command-w keystroke to the terminal app … Re: Bit of help with an AppleScript Hardware and Software macOS by Lomoco Just change the script to read [tell application "Terminal" activate end tell delay 5 tell application "System Events" if UI elements enabled then tell process "Terminal" set frontmost to true end tell keystroke "telnet -K 0.0.0.0" key down return key up return end … Re: Bit of help with an AppleScript Hardware and Software macOS by gn0m3 thanks for that guys, will try it out later, have been off ill for the last week so sorry for not responding... gn0m3 Re: Bit of help with an AppleScript Hardware and Software macOS by gn0m3 thanks Lomoco, that worked great. Thanks also for your suggestion cryptq, but when run the front window got closed down which was the window i needed, i tried playing around with the code but could not get to function.. Thank you both. gn0m3 Re: Bit of help with an AppleScript Hardware and Software macOS by Lomoco [QUOTE=cryptyq;300698]try adding this after the 'run' statement: tell application "System Events" tell process "Terminal" keystroke "w" using {command down} end tell end tell when the run statement is given, it opens Terminal, which by default opens a new sessions window. The above code sends the command-w … Re: Bit of help with an AppleScript Hardware and Software macOS by gn0m3 thanks once again for your help on this one guys, another problem solved. gn0m3 Re: Bits and Bytes of applescript Community Center Geeks' Lounge by John A What's wrong with the code snippet library? Latest Mac OS X Trojan Might Be Sign of Things to Come Hardware and Software Hardware by EddieC …on June 19, was [URL=http://www.securemac.com/applescript-tht-trojan-horse.php] made public on the SecureMac site… executed. The threat “is distributed as either a compiled AppleScript, called ASthtv05 (60 KB in size), or as an…in size),” according to [URL=http://www.securemac.com/applescript-tht-trojan-horse.php]the warning[/URL]. Moving itself … PHP Session and MySQL Problem Programming Web Development by TheHaxx0r1215 …;Apache configuration</option><option value=\"applescript\">AppleScript</option><option value=\"apt_sources\"…;Apache configuration</option><option value=\"applescript\">AppleScript</option><option value=\"apt_sources\"… Telnet and Apple Script Hardware and Software macOS by gn0m3 … bit which i need. how does one do this in applescript?? Bit long winded i know but there you go! Any… looking for a specific type of application Community Center by Budgie … prepress all my working life, have developed a passion for Applescript, love fishing, shooting, home brewing beer and drinking it ;), . Budgie Failure printing to PDF with Acrobat 7 Hardware and Software macOS by sprale … (Acrobat 7 instead of 8),Quark XPress 6.52 , heavy AppleScript use for workflows Apple Updates Tiger Community Center by kc0arf …, conversion dictionaries, Quartz 2D, MS-DOS formatted volume use, and AppleScript. This update is loaded with a bunch of new features… How do I "Javascript" on a Mac Programming Web Development by Katana24 … I know that I can use the built in "AppleScript Editor" application for it. But I can't get… Re: How do I "Javascript" on a Mac Programming Web Development by Katana24 I managed to get JavaScripting without using the AppleScript Editor - even though following the websites instructions still didn't allow javascript to be a useable language. Therefore i have resorted to using the "TextEditor" application preinstalled on the Mac. Autorun Programs on a Mac Hardware and Software macOS by Katana24 Hello - I would like to autorun a program written in java onto a USB device, so when plugged in it automatically runs the java program. Does anyone know how to write auto-run programs on a Mac? Does it need to be in TextEditor or Applescript? Btw there is no issue with it being used a PC - i just want it to work with a Mac. Cheers Re: Autorun Programs on a Mac Hardware and Software macOS by coil You can probably write an AppleScript that will open the file, but it's not exactly "autorun" because you still have to manually run the script (or download some other program that will execute it). If it's not absolutely critical that the file runs, I'd suggest you just manually open it, because there's really no good solution.