Dude notification - execute www link ?

hello,
I would like to make a dude notification that would execute following link:

www.mywebsite.com/dude.php?service=[Probe.Name]&on=[Device.Name]&is=[Service.Status]

I was thinking on activating the command with

cmd firefox.exe www.mywebsite.com...

but this command launches new windows in Firefox - how to do it in a different way?

What is the question? Do you want to open a new tab? You will need to check firefox command line options. Maybe use chrome, it has a “application” mode. Click tools options, application shortcut (then you will not have to specify the url).

the question is - if I can do it without the firefox?
directly from cmd?
I tested the solution with Firefox and unfortunately - dude crashes
I’ll check it with Chrome.

you can’t open webpages without a browser in windows

I thought cmd will have something like file_get_contents() (in php) the effect is as if I visited the web page.
Unfortunately, i tried this in FF and Chrome and all i got was a fatal error and dude crashes.

4.0beta3 ACCESS VIOLATION at: 76cc9f40

eip=76cc9f40 eflags=10216
edi=51dfa88 esi=51dfffe ebp=28f634 esp=28f62c
eax=51763c8 ebx=51763c8 ecx=3ffe58f2 edx=2

log:
cw: 1407 41a420
sm: 573634
backtrace:
5e7413

maybe curl can help? http://stackoverflow.com/questions/2710748/run-curl-commands-from-windows-console

teh curl.exe started - sent info to the website and then dude crashes :frowning:

4.0beta3 ACCESS VIOLATION at: 44d789
eip=44d789 eflags=10202
edi=478bf73 esi=28e4f8 ebp=28e514 esp=28e4cc
eax=3f0adf9 ebx=46e3008 ecx=76cc98da edx=61657274
log:
cw: 1407 41a420
sm: 573634
backtrace:
405626
445f6f
4460af
4459f1
405626

To tell you the truth all I really want to do is send information to the server what service is running and what does not work.
It would be great if I have access to the Dude Services tab from outside
I would like to retrive the device name, type of service, and information on whether the service is running or not.

I thought that if the notifications execute a link to an external server, I would be able to store and proceed with this information (send sms, email or ignore)

maybe use execute?? This on a device label will return the 2nd element in test1.txt.
[array_element(execute(“test.bat”,“tests1.txt”,“c:\”),1)]


edit - There are many examples of execute being used around here… just search.