Scripting Personal Web Sharing
Scripting Personal Web Sharing
- Subject: Scripting Personal Web Sharing
- From: Glenn - iTools <email@hidden>
- Date: Fri, 27 Apr 2001 08:36:19 -0400
Hi,
I am trying to script Personal Web Sharing 1.5 under OS 9.0.4
Essentially, I want to turn it on and off. But I can't seem to record it in
the Script editor -- and I can't guess the right code (e.g., copy from File
Sharing).
I currently am trying:
tell application "Web Sharing"
activate
set websharing to true
quit
end tell
This runs, but does not work :-(
Any ideas?
Thanks,
Glenn.