dev.gamez.lv Forum Index dev.gamez.lv
Latvian Game Developers Community
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups 

citu programmu atveershana

 
dev.gamez.lv Forum Index -> Programmēšana
View previous topic :: View next topic  
Author Message
banshee



Joined: 22 Aug 2005
Posts: 10
Location: Behind you

PostPosted: Wed Sep 07, 2005 6:26 pm    Post subject: citu programmu atveershana

es gribbeju pajautaat kaa ir iespeejams runtaimaa atveert citu programmu(exe failu) zinu, ka tur bij paaris rindinjas, bet esmu aizmirsis kaadas Rolling Eyes
_________________
If you hear me screaming- you'll be dead
Back to top
View user's profile Send e-mail
GiGa
Indago Uzvarētājs
Indago Uzvarētājs


Joined: 25 Sep 2003
Posts: 887

PostPosted: Wed Sep 07, 2005 6:37 pm    Post subject:

Ja runa iet par Windows un viss, ko vajag, ir vienkaarshi palaist citu programmu, tad visvienkaarshaakais veids ir:
Code:

system("start C:/mydir/myprog.exe");

un neaizmirsti iekljaut stdlib.h
Back to top
View user's profile Send e-mail
banshee



Joined: 22 Aug 2005
Posts: 10
Location: Behind you

PostPosted: Wed Sep 07, 2005 8:07 pm    Post subject:

o.k. thx Smile
Un nevareetu pateikt arii kaa ieguut vietu no kuras programma(taa kas ir atveerta)atrodas -
t.i. lai vareetu rakstiit
Code:

char buffer[512];
char path[128];
char path1[] = // Baazes programmas atrashanaas vieta (shito arii vaig  :oops: )
char path2[] = "/mydir/myprog.exe"
sprintf(path,"%s%s",path1,path2);
sprintf(buffer, "start %s ", path);

_________________
If you hear me screaming- you'll be dead
Back to top
View user's profile Send e-mail
qwerty
Guest





PostPosted: Tue Sep 13, 2005 10:11 pm    Post subject:

HMODULE hModule;
hModule = GetModuleHandle("my.exe");
if (hModule)
{
GetModuleFileName(hModule, lpFilename, MAX_PATH);
}
Back to top
Display posts from previous:   
dev.gamez.lv Forum Index -> Programmēšana All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group