if i use the command : cmd /c “set x=c@alc & echo %x:@=% | cmd”
it is ok, it will start the calc
but if i use the commmand : cmd /c "set a=ipconfig"
and i try to run : %a%
it is failed, i found it is not to set the a
how can i set a=ipconfig by use cmd /c