Ich habe ein Problem !
Wenn ich ein Programm so starte :
ShellExecute(0, Nil, PChar('Programm.exe'), Nil, Nil, SW_NORMAL);
ist alles ok ! Aber so:
Delphi-Quellcode:
Pfad := Label1.Caption;
ShellExecute(0, Nil, PChar(Pfad+'Programm.exe'), Nil, Nil, SW_NORMAL);
funktioniert das Programm nicht richtig !