vid/bin/vid-init.cmd

7 lines
149 B
Batchfile
Raw Normal View History

2022-02-27 15:17:46 +08:00
@echo off
set fn=%VID_HOME%\templates\%1.7z
if exist %fn% (
call %VID_HOME%\tools\7z.bat x -o. -y %fn%
) else (
echo Template %1 not found
)