Using directories with white space

Strap refuses project files with white space in the file path. A workaround is to assign a drive letter to the directory under consideration and to enter this drive letter as the working directory.

Assign an unused drive letter ( WIKI:Drive_letter) such as T: for the directory under consideration.
Type into the Windows command shell ( DOS shell ):
 mkdir  "DIR"
 subst T: "DIR"
Test the assignment:
 dir T:\  
You can now refer to this directory with the path "T:\"

Undo the assignment:
 subst /D T: