Einführung in die Überprüfung des Verhaltens beim Ausführen von cmd.exe von WSL Bash in Linux WSL Bash unter Windows.
- Nur das erste cd wird ausgeführt
C:\Users\ifgm2>set ATOM_HOME=C:\.atoms\.atom & atom
net.js:200
this._handle.open(options.fd);
^
Error: EINVAL: invalid argument, uv_pipe_open
at new Socket (net.js:200:18)
at createWritableStdioStream (internal/process/stdio.js:164:16)
at process.getStdout [as stdout] (internal/process/stdio.js:14:14)
at console.js:246:38
at NativeModule.compile (bootstrap_node.js:596:7)
at Function.NativeModule.require (bootstrap_node.js:541:18)
at setupGlobalConsole (bootstrap_node.js:310:41)
at startup (bootstrap_node.js:70:7)
at bootstrap_node.js:608:3
- Nur der erste Befehl wird ausgeführt
- Nichts wird ausgegeben und nichts wird ausgeführt
- Nichts wird ausgegeben und nichts wird ausgeführt
- Nichts wird ausgegeben und nichts wird ausgeführt
- Beide werden ausgeführt
- Meldet sich bei der Eingabeaufforderung an
- Fehler (Bug)
& verkettet. z.B. cmd.exe /C 'set ATOM_HOME=C:\.atoms\.atom02 & atom'
batch file - How do I run two commands in one line in Windows CMD? - Stack Overflow