It's a good idea to move all options to "config.txt" file and start miner directly instead.
@Claymore here is my start.bat:
shutdown /a
shutdown /r /t 129600 /f /c "Reboot from miner."
timeout 10
set ETHPOOL=-epool eu1.ethermine.org:14444 -ewal %ETHWAL%.%COMPUTERNAME% -epsw x
set ETCPOOL=-epool ssl://eu1-etc.ethermine.org:5555 -ewal %ETCWAL%.%COMPUTERNAME% -epsw x
set DCR=-dcri 25 -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal iRrromka.%COMPUTERNAME% -dpsw x
set SYSPARAM=-gser 2 -r 1 -dbg -1 -mport 0 -mvddc 900 -cvddc 875 -tt 73 -ttdcr 78 -ttli 86 -tstop 90
if "%COMPUTERNAME%" == "MINE0" (EthDcrMiner64.exe -minspeed 172 -powlim 50 -cclock 1145 -mclock 1980 %SYSPARAM% %ETCPOOL%)
How can I do like this via config.txt if I have near 10 rigs? I use OneDrive to store miner directory so config.txt will be the same for all of my rigs.
Agreed
But in this case original question "how can I start .bat file as admin" is related to Windows OS, not to miner, is not it? And it's a good idea to google the answer.