I tried the first single user script - both using the full user name and the single-word short name - as with the list window contents script and my previous attempts, these scripts are found, but nothing happens when I run them.
So I tried the multiple user script. When I run that, a box appears that wants me to choose which file to open: username1, username2, or username3 - even though I did put real user names in the script, the box prompt is for the generic non-real 'username#'. If I select one, nothing happens (as above). I don't get it. There aren't a lot of ways to make mistakes when you're just taking other people's working scripts and saving them on your own machine. I don't see what could possibly be going wrong here. Thanks again. On Oct 25, 12:24 am, AppleScript <[email protected]> wrote: > To Melanie, > Forget about the previous Fast user script. > Use > this.http://dl.getdropbox.com/u/872430/Quicksilver%20Scripts/single%20user..., > > Instructions: > change the line in the script: > set username to "myusername" > to > set username to "whatever you username is" > > Place it anywhere and run it from Quicksilver by bringing the script > in first pane & selecting action "run" from the second pane. > > If you want to switch between multiple users frequently : > use this > script:http://dl.getdropbox.com/u/872430/Quicksilver%20Scripts/multiple%20us... > Instructions > edit this line in the script > set usernames to {"username1", "username2", "username3"}
