Autor Beitrag
Grafix
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 122

Windows 7 Professional
Delphi 2009, PHP, Prolog, Python, Java
BeitragVerfasst: Mo 22.12.08 14:38 
Hey,

will mit ShellExecute das Programm Dosbox öffnen, wenn ich das machen, läd es die .Conf datei nicht mit oO. Wenn ich die Dosbox aber per Hand starte, dann schon...
=(
Danke für eure Hilfe

Grafix


Moderiert von user profile iconNarses: Topic aus Sonstiges (Delphi) verschoben am Mo 22.12.2008 um 13:48
Timosch
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 1314

Debian Squeeze, Win 7 Prof.
D7 Pers
BeitragVerfasst: Mo 22.12.08 14:42 
Übergib das richtige Verzeichnis. ShellExecute(handle, PChar('open'),PChar('dosbox.exe'),PChar(''),PChar('verzeichnis'),SW_SHOW);

_________________
If liberty means anything at all, it means the right to tell people what they do not want to hear. - George Orwell
Grafix Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 122

Windows 7 Professional
Delphi 2009, PHP, Prolog, Python, Java
BeitragVerfasst: Mo 22.12.08 14:55 
Funktioniert, super danke =)