On Mon, Sep 02, 2002 at 08:36:39AM -0400, Dan Sugalski wrote:
> If someone's got a harmless and unobtrusive piece of applescript code
> that'd be better for the test, I'm all for it.
Here's a tedious bit of applescript that might fit the bill:
tell app "Finder"
open startup disk
delay 1
close window 1
end tell
(The delay just soothes the "flash" effect that occurs if the window
is closed immediately.)
Just checking then:
Mac::AppleScript::RunAppleScript(qq(tell app "Finder"\n open startup
disk \n delay 1 \n close window 1 \n end tell));
Seems to work fine.
Cheers,
Paul