Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
0 registered members (), 938 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
exec(string1, string2) #12376
04/17/03 03:27
04/17/03 03:27

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



Hello All,
Has ANYONE gotten this command to work????

I have tried everyway I know, and nada. I even typed in the exe file name for string1 and the command line options for string2 and I get an Error(66).

Can anyone shed some light on this subject?

Thanks,

Re: exec(string1, string2) #12377
04/17/03 06:52
04/17/03 06:52
Joined: Nov 2002
Posts: 601
Indy
poke_smot Offline
User
poke_smot  Offline
User

Joined: Nov 2002
Posts: 601
Indy
Try this:

code:
string bhof = <your.exe>;
string sCmdline = "Command here or leave empty";


function hscores_btn()
{
exec("bhof", "sCmdline");
}




Making guns illegal will save as many lives as making murder illegal.
Re: exec(string1, string2) #12378
04/17/03 06:54
04/17/03 06:54
Joined: Nov 2002
Posts: 601
Indy
poke_smot Offline
User
poke_smot  Offline
User

Joined: Nov 2002
Posts: 601
Indy
Try this:

code:
string bhof = <your.exe>;
string sCmdline = "Command here or leave empty";


function hscores_btn()
{
exec("bhof", "sCmdline");
}




Making guns illegal will save as many lives as making murder illegal.

Moderated by  HeelX, Spirit 

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