From 1ea9d10fce30f12ba1257d5ae841b95d3bd6a135 Mon Sep 17 00:00:00 2001 From: happytommyl Date: Tue, 5 Jul 2022 02:17:56 +0800 Subject: [PATCH] Change the working directory Change the working directory to that of the batch file so that it can be run globaly from the terminal --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.bat b/run.bat index 41a7bce..a9b3863 100644 --- a/run.bat +++ b/run.bat @@ -1,6 +1,6 @@ @echo off chcp 65001 - +cd %~dp0 set PATH=.\ffmpeg\bin;.\python;%PATH% @REM 不使用代理