Exec Silent mode

Posted By: kwpsp

Exec Silent mode - 04/22/09 19:05

Hey guys,

is there any possibility to execute a program without to make it visible? Don't be afraid I don't like viruses too.

With the best regards,

kwpsp
Posted By: rojart

Re: Exec Silent mode - 04/22/09 20:01

Try this one:
Code:
///////////////////////////////
#include <acknex.h>
#include <default.c>

///////////////////////////////

function main()
{
	// slowly fade out the window at the beginning
	//for (video_alpha = 100; video_alpha > 0; video_alpha -= 1*time_step)
	
	video_alpha = 0;
	
}

Posted By: kwpsp

Re: Exec Silent mode - 04/22/09 20:38

video_alpha is not an included function
or how do you meant it?
thx
kwpsp

P.S. I use C-Script
Posted By: Quad

Re: Exec Silent mode - 04/22/09 20:58

video_screen = 0;

run program with -nwnd commandline paramater.
Posted By: rojart

Re: Exec Silent mode - 04/22/09 21:36

@kwpsp
Should work with both lite-C & C-Script.
Iīve tested now, but you need A7.73 Commercial version, maybe just update to it the new 7.73 version
http://manual.conitec.net/video_alpha.htm

@Quadraxas
video_screen = 0; donīt work with C-Script, only lite-C
0 - Don't open a video device A7.08 LC
http://www.conitec.net/beta/avideo_screen.htm
and -nwnd commandline paramater work only with Pro.
http://www.conitec.net/beta/a-black.htm
Posted By: kwpsp

Re: Exec Silent mode - 04/23/09 04:45

oh.. commercial Edition :-}
I haven't got it yet.. but for sure in the future
But thanks for you help
© 2024 lite-C Forums