Hi Expert, I want to run command from my application and get the returned result. ex: in the cmd i put "set MyVariableName" the string return is value of the Environment Variable. I want to do it from my code and i want the returned value. Is it possible or not and How? Thanks.