• can you use conditional logic to determine which machine your on?

    if computername = 'dev'

    put it here

    else if computername = 'qa'

    put it here

    else

    put it here

    you know what? it just occurred to me that you are putting this in the Output file box in the Advanced tab... guess conditional logic won't work there. gonna leave the message though and add the following qualifier:

    you could go to great lengths to include your output in the step logic and then use the above suggestion.

    Edited by - hoo-t on 12/26/2003 06:55:23 AM