Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
OK, so what will happen when the script line looks like this then: DEFAULT D:\server\CVSMailer\CVSMailer.exe -l$CVSPID $USER $CVSROOT %{sVv} In this case CVSMailer.exe is a non-windowed console application. I assume that what CVSNT does is something like: cmd.exe /C D:\server\CVSMailer\CVSMailer.exe -l$CVSPID $USER $CVSROOT %{sVv} where it of course expands the %{sVv} part. In this case there is no switch to use in order to hide the window. But if it instead used the CreateProcess API call then it could well supply the SW_HIDE parameter to the window handling part, I think. Maybe this is not at all what CVSNT does? Is there anyone here that knows how to hide or minimize the window a console application runs in from the app itself? I use Delphi to program it of course... /Bo -----Original Message----- From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org]On Behalf Of Tony Hoyle Sent: den 12 mars 2004 11:44 To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: Re: [cvsnt] script execution opens console window on server Bo Berglund wrote: > Is there any way that the script execution could be hidden by actions done > by CVSNT itself? At least setting the execution window as minimized? > Since the script itself calls a console application there is no way this can > by itself minimize the window (because it does not even know of the window in > the first place).... The script is forced as hidden. CVSNT itself can't affect what happens when the script itself executes external programs - it's up to the script writer to control that. Tony _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs