FOR /f "tokens=2-4 skip=1 delims=(-)" %%G IN ('echo.^|date') DO (
FOR /f "tokens=2 delims= " %%A IN ('date /t') DO (
SET v_first=%%G
SET v_second=%%H
SET v_third=%%I
SET v_all=%%A
)
)
date 2020/01/01
start /wait "test" "C:\Program Files\3D Systems\Cimatron\15.0\Program\CimatronE.exe"