We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9c9a5 commit dfbe9f3Copy full SHA for dfbe9f3
teleme7ry.bat
@@ -146,6 +146,13 @@ color 07
146
echo APPLYING HOSTS RULES...
147
echo ===========================================
148
echo.
149
+if not exist "%~dp0\rules.txt" (
150
+ color 4f
151
+ echo The rules file could not be found.
152
+ echo Make sure to extract/download it alongside Teleme7ry.
153
+ timeout /t -1
154
+ goto home
155
+)
156
echo Merging Teleme7ry rules with system hosts...
157
if not exist "%~dp0\working\" mkdir %~dp0\working
158
type %windir%\System32\drivers\etc\hosts %~dp0\rules.txt > %~dp0\working\merged.txt
0 commit comments