2023-04-23 12:32:47 +08:00

7 lines
285 B
Batchfile

@echo off
%USERPROFILE%\AppData\Roaming\Tsanie\Path\domain-list-community.exe --outputname=c.dat
copy c.dat %USERPROFILE%\AppData\Roaming\Tsanie\Progs\v2rayN\bin\
scp -P 22034 c.dat root@router.tsanie.org:/usr/bin/c.dat
echo "/root/restart" | ssh -p 22034 root@router.tsanie.org
pause