Re: Help!
Re: Help!
- Subject: Re: Help!
- From: Mark Pinson <email@hidden>
- Date: Fri, 05 Jan 2001 19:43:12 -0600
for simply activating file sharing you were almost right on the money.
to simply activate File Sharing on your local computer try:
tell application "File Sharing"
set file sharing to true
end tell
Once you have the Script Editor open you can open the scripting
dictionary for any scriptable application
( including some control panels, like File Sharing ) to see what is
scriptable in that application. It does not appear to me that the
checkbox enabling appleshare over IP is scriptable. If that is an
absolute necessity for you, you may have to resort to something like
Prefab Player.
Good Luck
Mark
tom wrote:
I just joined the users group.
Could someon please help me, or better yet email me a script that sets the
check box active in the file sharing control panel that enables appleshare
over ip?
Kinda like:
Tell application "finder"
set file sharing to true
End tell
Please?! I've read through all the guidebooks and found no references.
-tom goodson
-mis director
-ground zero advertising
_______________________________________________
applescript-users mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/applescript-users
--
Mark Pinson
Vertis Print Solutions/Chicago
5565 N. Lynch
Chicago, IL 60630
Ph: 773.628.6666
Fax:: 773.628.2657
Cell: 847.323.4231
email@hidden
References: | |
| >Help! (From: tom <email@hidden>) |