Hiding Slaves
Hiding Slaves
- Subject: Hiding Slaves
- From: John Delacour <email@hidden>
- Date: Wed, 11 Sep 2002 16:17:14 +0100
As I was testing the master/slave pairs in my reply to Paul's
message, it occurred to me that in OS X it is possible to hide slave
scripts so that they don't appear in the menu, where they have no
place, and so that their path is easily built:
set the hidFolder to alias ("" & (path to scripts folder) & ".hid")
-- alias "dx2:Users:jd:Library:Scripts:.hid:"
The following line in the Terminal
cd ; cd Library/Scripts ; sudo mkdir .hid
will create the invisible folder ".hid" within the Scripts folder to
serve as a container for utility scripts that are never run
independently.
JD
_______________________________________________
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.