Skip to content

Instantly share code, notes, and snippets.

@Rh354
Rh354 / AcrylicConfiguration.ini
Created January 13, 2015 05:02
Acrylic DNS Proxy Configuration
;
; IF YOU MAKE ANY CHANGES TO THIS FILE YOU HAVE TO RESTART THE ACRYLIC DNS
; PROXY SERVICE IN ORDER TO SEE THEIR EFFECTS.
;
[GlobalSection]
PrimaryServerAddress=208.67.222.222
PrimaryServerPort=53
SecondaryServerAddress=8.26.56.26
SecondaryServerPort=53
@Rh354
Rh354 / BITS_DN.CMD
Created December 28, 2023 01:13 — forked from WiVi71/BITS_DN.CMD
Simple batch file script to download file with progress bar using BITSAdmin
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
FOR /F %%A IN ('COPY /Z "%~DPF0" NUL') DO SET "CR=%%A"
FOR /F %%B IN ('ECHO PROMPT $H ^| CMD') DO SET "BS=%%B"
(SET \N=^
%=_Empty_Line_=%
)
:BITS_DN
IF NOT [%2] == [] IF [%3] == [] GOTO BITS_SET