Comskip Support Forum

Comskip is a free commercial detector, browse the forum for more information
It is currently Sun May 19, 2013 3:36 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Just a quick Question...
PostPosted: Tue Feb 07, 2012 8:23 am 
Offline

Joined: Wed Nov 02, 2011 3:43 am
Posts: 87
Hi Eric;

I'm trying out VAP (a program that operates like DVRMS toolbox just with less functionality and a GUI) and I'm noticing that when it calls comskip a DOS window shows up with comskip running. Is there a command line switch or something that would make it run in the background without that window appearing?

Thanks!


Top
 Profile  
 
PostPosted: Tue Feb 07, 2012 9:06 am 
Offline
Site Admin

Joined: Sun Aug 21, 2005 3:49 pm
Posts: 2438
I don't know VAP but as comskip is a plain DOS program it can not hide itself.

But instead of running comskip.exe you can use a small script (call it comskip.vbs) to run comskip itself
WARNING: if VAP needs more arguments to comskip you need to add them in the example below
The first argument is WScript.Arguments(0)

Start as: wscript comskip.vbs "file to process"

Example comskip.vbs
--------------------------------------
CreateObject("Wscript.Shell").Run """c:\program files\path\to\comskip.exe"" """ & WScript.Arguments(0) & """", 0, False


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group