ProxyChanger/out/artifacts/proxy/Run.cmd

4 lines
48 B
Batchfile
Raw Normal View History

2023-03-29 12:25:49 +03:00
@echo off
cls
start /B javaw -jar proxy.jar
exit