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


Click here to return to the 'Script Error' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Script Error
Authored by: The Gimp on Feb 01, '02 01:46:46AM

The second script has bad syntax. On line 7, the Editor reports an error. I tried my puny bit of AppleScript knowledge, but it still has me stumped. I do like the fact that classic is dead... I kept tapping my heals together and saying "I wish classic was dead (so on, and so forth)" but that didn't work. I named first script "Classic Raid" because it kills Classic on contact.

Nice work "Anonomous"!



[ Reply to This | # ]
Shell script...
Authored by: robg on Feb 01, '02 08:56:29AM

The above is a shell script, not an AppleScript. It needs to be created in a raw text editor and then made into an executable file (chmod 755 filename).

-rob.



[ Reply to This | # ]