I made (well..not really, since i know nothing about programming, i just modified one that i found 😀 ) this little .bat.
################################
@echo off
if [%min%]==[1] goto 2
set min=1
start /min Opera.bat
goto end
:2
set min=
cls
cd "C:\Archivos de programa\Pop-Up Stopper Professional\"
start PopUpStopperProfessional.exe
cd "C:\Archivos de programa\Opera7\"
start opera.exe
:end
exit
#########################################
It opens Opera and a Pop up blocker.
I use it as a direct access to open both apps with just one click.
My question is:
Can it be modified in first place, to check if the Pop up blocker (PopUpStopperProfessional.exe) is running in the background and THEN not open it and open ONLY Opera.exe?
I mean something like this:
Start->check if the popup blocker is running->Yes->a) - No->b)
a)open ONLY opera.exe
b)open BOTH apps
Hope i made myself clear 🙄
Thanks!
################################
@echo off
if [%min%]==[1] goto 2
set min=1
start /min Opera.bat
goto end
:2
set min=
cls
cd "C:\Archivos de programa\Pop-Up Stopper Professional\"
start PopUpStopperProfessional.exe
cd "C:\Archivos de programa\Opera7\"
start opera.exe
:end
exit
#########################################
It opens Opera and a Pop up blocker.
I use it as a direct access to open both apps with just one click.
My question is:
Can it be modified in first place, to check if the Pop up blocker (PopUpStopperProfessional.exe) is running in the background and THEN not open it and open ONLY Opera.exe?
I mean something like this:
Start->check if the popup blocker is running->Yes->a) - No->b)
a)open ONLY opera.exe
b)open BOTH apps
Hope i made myself clear 🙄
Thanks!