Create sub project
This commit is contained in:
11
goodbyedpi/1_russia_blacklist.cmd
Normal file
11
goodbyedpi/1_russia_blacklist.cmd
Normal file
@ -0,0 +1,11 @@
|
||||
@ECHO OFF
|
||||
PUSHD "%~dp0"
|
||||
set _arch=x86
|
||||
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64)
|
||||
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64)
|
||||
PUSHD "%_arch%"
|
||||
|
||||
start "" goodbyedpi.exe -9 --blacklist ..\russia-blacklist.txt --blacklist ..\russia-youtube.txt
|
||||
|
||||
POPD
|
||||
POPD
|
Reference in New Issue
Block a user