<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Siep Kroonenberg wrote:<br>
      <br>
    </div>
    <blockquote type="cite" cite="mid:20200822132649.GA1252@bitmuis.nl">
      <pre wrap="">So the problem is installation FROM a folder with a space in the
path. You can create a virtual drive with e.g.:

subst k: "C:\Users\Frijoles con Arroz\Desktop\install-tl-20200820"
cd /d k:\
install-tl-windows.bat

And after installation:
cd /d c:
subst k: /d
</pre>
    </blockquote>
    <br>
    The "cd /d"s look overly complex to me :  why not simply —<br>
    <pre wrap="">subst k: "C:\Users\Frijoles con Arroz\Desktop\install-tl-20200820"
k:\install-tl-windows.bat

% And after installation:

c:
subst k: /d

<i>Philip Taylor</i>
</pre>
    <br>
    <br>
  </body>
</html>