Zitat von
3_of_8:
Delphi-Quellcode:
shellexecute(0,'open',PChar(Application.Exename),nil,nil,0);
application.terminate;
Was aber, wenn ich in mein Programm eingebaut habe das die Exe nur einmal ausführbar ist, d.h. der Prozess nur einmal geöffnet sein darf. Was mache ich dann ?