vid/bin/vid-init.cmd

8 lines
160 B
Batchfile
Raw Permalink Normal View History

2022-02-27 15:24:37 +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
)