Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
meiruitesi authored Aug 26, 2022
1 parent 8553113 commit bae71b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Files/vivetool旧.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@echo off
cd /d %~dp0
if /i '%1'=='addconfig' goto enable
if /i '%1'=='delconfig' goto disable
exit /b

:enable
vivetool /enable /id:%2 /variant:%3
exit /b

:disable
vivetool /disable /id:%2
exit /b

0 comments on commit bae71b4

Please sign in to comment.