Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

.-..-...-

macrumors newbie
Original poster
Aug 25, 2010
2
0
Hello im new to this forum and i need some help with my script and the help i need is that is there any kind of @echo off command in applescript. plz reply ASAP. :apple:
 
I don't think so. At least in my limited applescripting experience I have not heard of one. It should only "echo" whatever you tell it to "echo"
 
Well, there's "display dialog." Some more context would help on what you're trying to achieve.
 
Echo applies to windows batch commands. Totally different animal from Applescript.

There is nothing similar in Applescript. Let me put that another way, Applescript runs as if the first command was @echo off. Always. The script itself never shows. In fact, you can compile a script as an application and then the original text is not available.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.