Skip to content

Using Windows OS fully

Matthew edited this page Jul 10, 2025 · 1 revision

Passing Values with spaces

Utilize both " and ' signs.

!bld = %shell% "%_path%\.quail\cmd\build" "%_path%" '%vcvarsall_dir%' '%p1%'

Short path aliases

Windows automatically generates short path aliases that don’t contain spaces. For example:

Long path Short path
C:\Program Files\filepath C:\Progra~1\filepath

Clone this wiki locally