It would be nice if there were an identifier that would return $true/$false depending on if a command was triggered using popups versus an editbox. I know there is $cmdbox, but that only applies if you have the secondary editbox enabled. This seems trivial, however I've found many situations in which I wanted to dynamically change the way a command functions based on how its triggered. I've gotten around this so far by using ON INPUT and setting a variable based on the givin parameters, then calling the needed alias (of course the alias has to have an if statement to check for the variable). However, maybe a built in identifier might be more efficient. Thanks... smile