Skip to content

Instantly share code, notes, and snippets.

@hetima
Created May 9, 2023 00:45
Show Gist options
  • Save hetima/13fcd9291b569e13078c74a9e250a96f to your computer and use it in GitHub Desktop.
Save hetima/13fcd9291b569e13078c74a9e250a96f to your computer and use it in GitHub Desktop.
@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
@hetima
Copy link
Author

hetima commented May 9, 2023

動作しない場合改行コードをCR+LFにする

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment