do you know what the 173's are used for?

hehehe and now for some fun.
(i know im going to get flamed on this by someone)
try this out for size...


alias BotRelinkSpooler ; Internal command
alias BotDeLinkSpooler ; Internal command
; later in the code
alias ­BotRelinkSpooler­ { echo do what ever }
alias testthescript { ­BotRelinkSpooler­ }
alias someonesaddedalias { BotRelinkSpooler }

try > /testthescript
result > do what ever
try > /someonesaddedalias
result >

Anyone whoe interested, I added a ALT-0173 to the front and end of BotRelinkSpooler on these two lines
alias ­BotRelinkSpooler­ { echo do what ever }
alias testthescript { ­BotRelinkSpooler­ }

even if u look at it in notepad, most people well mistake it for minus sign, so unless actually copying it from somewhere in the script it still wont work for them.

Unless of course you know to look for it 173's anyone altering the script is going to be scratching there head for a while.