mirror of
https://github.com/mintty/wsltty.git
synced 2025-04-22 02:25:05 +01:00
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
|