script in startup folder
script in startup folder
- Subject: script in startup folder
- From: Peter Sass <email@hidden>
- Date: Wed, 16 Jul 2003 01:23:48 +0200
Hullo,
I am totaly new to applescript, have bought a book on the subject and thought I
would do an easy but useful script. I am on system 9.0.4, and find it
bothersome to have to always open quickstart on startup. It doesn't work to put
an alias to quickstart in the startupfolder, so I thought a script in the
startupfolder that opens quickstart would do the trick. Making the script was
easy, I just recorded it, but when I start up, a dialog window pops up and asks
if I want to run the script or not.
Is there a way to make the script just run, no questions asked?
The script:
tell application "Finder"
select file "Quickstart" of folder "Controlpanels" of folder,
"Systemfolder" of folder "Teknik" of startup disk
open selection
end tell
regards,
Peter
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.