lunkan Posted January 31, 2006 Posted January 31, 2006 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? Quote
admi-ral Posted January 31, 2006 Posted January 31, 2006 simply use the MenuEditor Available in the ServiceCenter Quote
nyqan Posted April 4, 2006 Posted April 4, 2006 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? Quote
admi-ral Posted April 4, 2006 Posted April 4, 2006 you're right, a script can help 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.