OS.execute('cmd', ['/C', 'cd %TEMP% && chdir'], true, output2) outputs wrong result

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By salihkallai

The expected output of above command is “C:\Users\user\AppData\Local\Temp”, but if i run this in godot, it outputs path of projcet directory.

godot 3.3 stable