I love this idea, when i am at a remote site on our domain i dont like to sit there for 5 minutes waiting for drives,printers,etc to map. I can use this as a kill switch of sorts, prompting to ask if i want to do certain tasks or not.

 Code:
Break On
For Each $arg in GetCommandline(1)
	If Left($arg,1)="$$"
	$cmd_arg=SubStr($arg,2)
	EndIf

  if $cmd_arg='administrator'
	? "ITS OVER NINE THOUSAND"
  endif
Next