10.3: Use 10.2's Connect to Server dialog via AppleScript

Dec 10, '03 09:55:00AM

Contributed by: sjonke

It is possible to get the old Jaguar-style Connect To Server... window in Panther via applescript. This script will present the old-style window:

 tell application "Finder"
   open location (choose URL showing File servers with editable URL)
 end tell

Load into Script Editor.

Not sure if this is useful, but it's interesting.

Comments (11)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20031203164929968