zoffline / zwift-offline

Use Zwift offline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch file to launch windows launcher

Gentatsu opened this issue · comments

I tried to upload this as a bat, but git doesn't like it, so I've uploaded it as a text file.

This is a batch file which moves the original hosts file to a temp location, opens the zwift launcher, and then when the user presses a key, moves the old one back. This prevents needing edit the host file in the configure_client.bat. Ip address is stored in ip_address.txt file. Seems to work a charm.

I wasn't sure how to add this to the repo, as the helper isn't there.

launch.txt

ip_address.txt

Thanks!