mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 20:10:58 +00:00
4 lines
112 B
Batchfile
4 lines
112 B
Batchfile
|
@echo off
|
||
|
rem https://ss64.com/nt/syntax-dequote.html
|
||
|
for /f "delims=" %%A in ('echo %%%1%%') do set %1=%%~A
|