Change the working directory

Change the working directory to that of the batch file so that it can be run globaly from the terminal
This commit is contained in:
happytommyl 2022-07-05 02:17:56 +08:00 committed by GitHub
parent ae6058146d
commit 1ea9d10fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
@echo off
chcp 65001
cd %~dp0
set PATH=.\ffmpeg\bin;.\python;%PATH%
@REM 不使用代理