Jump to content

Start an extern application?


lunkan

Recommended Posts

Hi all!

I hope that some expert on scripts, programming will help me with this problem.

Tell me how and I can do small changes myself.

I want to be able to start an exe file (program) from DVBViewers OSD Menu.

Make a new button and a script to this. Possible? :(

Link to comment
  • 2 months later...

Is it possible to execute a external program and at the same time stop the picture and sound from DVBViewer?

 

My problem is that i use DVBViewer to watch digital channels and a analog card with anouther software to watch some analog channels.

 

I want to be able to execute the analog software from the DVBViewer menu but as it is now the picture and sound keeps going in the background, i guess i need a script for this?

Link to comment

you're right, a script can help :bye:

set DVBViewer = getobject(,"DVBViewerServer.DVBViewer")
DVBViewer.sendcommand "CommandNr for DisableAV/StopGraph" 'look in your Actions.ini
DVBViewer.osd.execnewprocess "Program.exe","arguments",false,false

insert this script (as a program) with the menu-editor like this:

application: "c:\windows\system32\wscript.exe"

arguments: "x:\yourscript.vbs" //B

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...