mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 12:05:47 +00:00
b8ad6553c4
usernames with spaces (#230) and other chars (#213), #162 generate shortcuts
4 lines
112 B
Batchfile
Executable File
4 lines
112 B
Batchfile
Executable File
@echo off
|
|
rem https://ss64.com/nt/syntax-dequote.html
|
|
for /f "delims=" %%A in ('echo %%%1%%') do set %1=%%~A
|