modifications

This commit is contained in:
rabix 2022-03-08 23:31:33 +08:00
parent 20348ce8d5
commit 3d070cc73a
6 changed files with 16 additions and 3 deletions

7
bin/ensure-choco.cmd Normal file
View File

@ -0,0 +1,7 @@
@echo off
setlocal
REM ensure-choco command-name choco-package-name args
where %1 2>nul >nul
if errorlevel 1 (call choco install %2 -y & call v-choco-refreshenv)
set _name_=%1
call %_name_% %3 %4 %5 %6 %7 %8 %9

7
bin/ensure-scoop.cmd Normal file
View File

@ -0,0 +1,7 @@
@echo off
setlocal
REM ensure-scoop command-name choco-package-name args
where %1 2>nul >nul
if errorlevel 1 (call scoop install %2 & call v-choco-refreshenv)
set _name_=%1
call %_name_% %3 %4 %5 %6 %7 %8 %9

BIN
readme.pdf Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +0,0 @@
@echo off
call %~dp0env.cmd
cmd /k

2
vid.cmd Normal file
View File

@ -0,0 +1,2 @@
@echo off
cmd /k %~dp0env.cmd