i made a batch file that inreases youtube video views, it works ok except for 1 major issue-it keeps opening iexplorer maximized which is annoying, is there any way to make iexplorer run minimized or in the system tray?
here is my code:
@echo off
set /a viewcount1=0
set /a viewcount2=0
set /a viewcount3=0
:stage1
echo Hiiiiii (:
echo thanks for downloading youtubeviewhack V1.0
echo made by Adammm (:
echo just follow the instructions and type stop to stop the hack.
goto stage2
:stage2
set /p url= please enter video url (eg http://www.youtube.com/watch?v=83jH…
goto stage3
:stage3
cls
set /p speed= please select speed of hack 1~3 (copies of iexplorer open)
if speed==1 goto speed1
if speed==2 goto speed2
if speed==3 goto speed3
cls
:speed1
set /a viewcount1=%viewcount1% +1
start iexplore %url%
ping -n 30 localhost>nul 2>&1
taskkill /im iexplore.exe
goto speed1
:speed2
set /a viewcount2=%viewcount2% +2
start iexplore %url%
ping -n 1 localhost>nul 2>&1
start iexplore %url%
ping -n 30 localhost>nul 2>&1
taskkill /im iexplore.exe
goto speed2
:speed3
set /a viewcount3=%viewcount3% +3
start iexplore %url%
start iexplore %url%
start iexplore %url%
ping -n 30 localhost>nul 2>&1
taskkill /im iexplore.exe
goto speed3
————————————-
end of code
so any ideas guys?
please dont steal my code as it took lots of effort (im only 15)
thanks in advance
https://computing.net/answers/pr…
but i have no idea if pif files operate under windows vista
(my guess is NOT, but might be worth a try)