Created
May 9, 2023 00:45
-
-
Save hetima/13fcd9291b569e13078c74a9e250a96f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
@REM Tempフォルダに溜まったwavファイルを削除する | |
forfiles /P %USERPROFILE%\AppData\Local\Temp /C "cmd /c IF @ext==\"wav\" (del /F /S /Q @path)" | |
@REM このbatはアップデートで上書きされないようにrvc-webuiフォルダと同じ階層に置いてある | |
pushd rvc-webui | |
set PYTHON= | |
set GIT= | |
@REM デフォルトとは違うパスのvenvを使っている | |
set VENV_DIR=G:\venv\RVC\.venv | |
set COMMANDLINE_ARGS= | |
call webui.bat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
動作しない場合改行コードをCR+LFにする