Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,466 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Exec Silent mode #262263
04/22/09 19:05
04/22/09 19:05
Joined: Aug 2008
Posts: 153
Germany,Stuttgart
kwpsp Offline OP
Member
kwpsp  Offline OP
Member

Joined: Aug 2008
Posts: 153
Germany,Stuttgart
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


My system:
- Core 2 Quad 6600(4x 2,4GhZ)
- 2GB Ram
- GeForce 7050(:-))
- Windows seven
Re: Exec Silent mode [Re: kwpsp] #262271
04/22/09 20:01
04/22/09 20:01
Joined: Oct 2004
Posts: 900
Lgh
rojart Offline
User
rojart  Offline
User

Joined: Oct 2004
Posts: 900
Lgh
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;
	
}



Regards, Robert

Quote
Everything should be made as simple as possible, but not one bit simpler.
by Albert Einstein

PhysX Preview of Cloth, Fluid and Soft Body

A8.47.1P
Re: Exec Silent mode [Re: rojart] #262274
04/22/09 20:38
04/22/09 20:38
Joined: Aug 2008
Posts: 153
Germany,Stuttgart
kwpsp Offline OP
Member
kwpsp  Offline OP
Member

Joined: Aug 2008
Posts: 153
Germany,Stuttgart
video_alpha is not an included function
or how do you meant it?
thx
kwpsp

P.S. I use C-Script

Last edited by kwpsp; 04/22/09 20:39.

My system:
- Core 2 Quad 6600(4x 2,4GhZ)
- 2GB Ram
- GeForce 7050(:-))
- Windows seven
Re: Exec Silent mode [Re: kwpsp] #262275
04/22/09 20:58
04/22/09 20:58
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
video_screen = 0;

run program with -nwnd commandline paramater.


3333333333
Re: Exec Silent mode [Re: Quad] #262277
04/22/09 21:36
04/22/09 21:36
Joined: Oct 2004
Posts: 900
Lgh
rojart Offline
User
rojart  Offline
User

Joined: Oct 2004
Posts: 900
Lgh
@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


Regards, Robert

Quote
Everything should be made as simple as possible, but not one bit simpler.
by Albert Einstein

PhysX Preview of Cloth, Fluid and Soft Body

A8.47.1P
Re: Exec Silent mode [Re: rojart] #262317
04/23/09 04:45
04/23/09 04:45
Joined: Aug 2008
Posts: 153
Germany,Stuttgart
kwpsp Offline OP
Member
kwpsp  Offline OP
Member

Joined: Aug 2008
Posts: 153
Germany,Stuttgart
oh.. commercial Edition :-}
I haven't got it yet.. but for sure in the future
But thanks for you help


My system:
- Core 2 Quad 6600(4x 2,4GhZ)
- 2GB Ram
- GeForce 7050(:-))
- Windows seven

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1