I am trying to do simple commands like ‘set’ or ‘dir z:’ for testing purposes and I cannot.
Example:
Failure: Failed to spawn process “set” with “” arguments because: The system cannot find the file specified (System.ComponentModel.Win32Exception) (System.Exception)
Do I have to give it the path of the set command? I think it’s built into windows so I don’t even think I can give the path to it. Similar with the dir command.
Is there a config problem on my end?