Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/20/24 20:05
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (Grant, dr_panther, AndrewAMD), 1,379 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 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,210
Ä°stanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
Ä°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 | chip programmers | 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