[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning
From: |
Laurens Simonis |
Subject: |
Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning |
Date: |
Thu, 05 Oct 2006 21:28:29 +0200 |
User-agent: |
Thunderbird 1.5.0.7 (X11/20060922) |
D_FONT),RT_RCDATA);
> and at finally it worked!!! thank you very much!!
> to all, how does one code a c program that knows its executable name and
> can restart itself?
The executable name can be found in argv[0] I think. Starting an exe can
be done with system();
#include <stdio.h>
int main(int argc, char **argv)
{
printf(argv[0]);
return 0;
}
Laurens
- Re: Fw: [Tinycc-devel] windows resources, playsound, xp theme (just resending to the group), (continued)
Re: Fw: [Tinycc-devel] windows resources, playsound, xp theme (just resending to the group), bj, 2006/10/04
- Re: Fw: [Tinycc-devel] windows resources, playsound, xp theme (just resending to the group), Doug Currie, 2006/10/04
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, bj, 2006/10/04
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, Mike Henning, 2006/10/04
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, bj, 2006/10/05
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, Mike Henning, 2006/10/05
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, bj, 2006/10/05
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, bj, 2006/10/05
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning,
Laurens Simonis <=
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, Rob Landley, 2006/10/05
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, bj, 2006/10/05
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, Mike Henning, 2006/10/05
- Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, bj, 2006/10/06
Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, bertie, 2006/10/06
Re: Fw: [Tinycc-devel] windows resources LinkRes2Exe.exe by Mike Henning, bj, 2006/10/06