<div dir="ltr">> TeX reduces consecutive spaces to one space token, but it will not directly input files with a space in their name.<div></div>> You can use the quoting feature:<div></div><div>>    pdflatex "a\space\space a.tex"</div><div></div><div>> which, on my machine, works.</div><div><br></div><div>Doesn't work in MikTeX on Windows. What OS and TeX do you use?<br><br></div><div>Here is what I get:<br><br>$ pdflatex "a\space\space a.tex"<br>This is pdfTeX, Version 3.14159265-2.6-1.40.16 (MiKTeX 2.9)<br>entering extended mode<br>! I can't find file `a'.<br>\space -><br><br><*> a\space<br>           \space a.tex<br>Please type another input file name:<br></div></div>