mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
4 lines
175 B
Batchfile
4 lines
175 B
Batchfile
for /f "usebackq tokens=*" %%i in (`cd`) do set WORKSPACE=%%i
|
|
set WORKSPACE_UNIX=/%WORKSPACE:~0,1%/%WORKSPACE:~3%
|
|
set WORKSPACE_UNIX=%WORKSPACE_UNIX:\=/%
|
|
echo %WORKSPACE_UNIX% |