mirror of
https://github.com/mintty/wsltty.git
synced 2025-11-01 07:31:56 +00:00
usernames with spaces (#230) and other chars (#213), #162 generate shortcuts
This commit is contained in:
3
dequote.bat
Executable file
3
dequote.bat
Executable file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
rem https://ss64.com/nt/syntax-dequote.html
|
||||
for /f "delims=" %%A in ('echo %%%1%%') do set %1=%%~A
|
||||
Reference in New Issue
Block a user