Das ist jetzt nicht direkt eine Programmier-, sondern eher eine Windowsfrage. Ich wusste mal, wie man das löst ... 

 - habe es aber vergessen.
Ich versuche gerade mit Clang und Boost unter Windows 10 etwas Sinnvolles zu erstellen. Weil ich wie alle guten Entwickler faul bin, habe ich mir eine Batchdatei geschrieben:
		                     
             Quelltext
                        Quelltext                    
           	 										| 1:2:
 
 | @echo off"C:\Program Files\LLVM\bin\clang++" -I "boost_1_61_0_b1" -O0 -o halloWelt.exe halloWelt.cpp
 | 
		
	  
Doof:
	  | Zitat: | 
		  | > .\build-windows.bat Die eingegebene Zeile ist zu lang.
 Syntaxfehler.
 | 
Versuche ich es aber außerhalb einer Batchdatei, ist 
cmd das offensichtlich völlig wurscht:
	  | Zitat: | 
		  | > "C:\Program Files\LLVM\bin\clang++" -I "boost_1_61_0_b1" -O0 -o halloWelt.exe halloWelt.cpp >
 | 
WTF.