2023-04-01 10:28:45 +08:00

6 lines
219 B
Batchfile

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