--- Ravi/Shell-Shocked <[EMAIL PROTECTED]> wrote: > > http://groups.yahoo.com/group/power-pro/files/Scripts/AliasRunboxWithAutoCompletion%26History.zip > > As promised. It hasn't been widely tested, so let me know if > anyone has problems.
Thanks for the excellent script! > 1) Why the odd names like _RunBox. > > Well, I didn't want certain items to appear in the drop-down > list for auto-completion when typing, so I started them with > an underscore. I actually keep all my scripts in ".powerpro" > and don't want all of them to auto-complete. How considerate! I really like it. > 2) What's up with that file name ".powerpro" anyway? > > Well that's the shortest script name possible, and like I > mentioned, I keep all my scripts in there, so it's less to > type. Names like this are allowed in XP, I'm not so sure > about 9x. What an imaginative idea! BTW, [EMAIL PROTECTED], e.g., can't be used in the script files, can it? On the other hand, I found a flaw in the script, which is indeed a flaw of my script file. I did a "After Service" but you seemed to miss it. To fix it is simple: 1)Aliases="" --> Aliases=" " :when initializing it 2)If(index(Aliases,Alias))Do --> If(index(Aliases," "++Alias++" "))Do Your "Aliases" seems unlikely to meet a problem, however, I had met once. It was the command "cmd". The cause of the conflict was my alias "totalcmd". I had worked it around simply by adding an alias "cmd" to my "Aliases". What a boring idea! Anyway, my mistake was that I didn't recall it until I uploaded the script. Sorry for the inconvenience. ------------------------ Yahoo! Groups Sponsor ---------------------~--> Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511 http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/JV_rlB/TM ---------------------------------------------------------------------~-> **** EDIT YOUR POSTINGS !!!! **** Please remove as much as possible from original messages before replying to them. ________________________________________________ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
