Thread Problem mit system()-Befehl (16 answers)
Opened by daniel at 2010-07-14 09:02

Gast daniel
 2010-07-14 09:02
#139776 #139776
Hi Leute,

ich bin gerade am verzweifeln. Folgendes Problem. Wenn ich auf Commando-Ebene (cmd.exe) diese Zeile ausführe:

mentat -path C:\test -pr test.proc

funktioniert alles wunderbar. Wenn ich diese Zeile allerdings per PERL ausführen will:

system ('mentat -path C:\evo_crash -pr cbody_glue.proc');

kommt immer der Fehler: This application has failed to start because python25.dll was not found. Re-installing the aplication may fix this problem.

Wie kann das sein? Ich dachte System führt den Befehl auf CMD-Ebene genauso aus?!?!

Bitte um Hilfe /Ideen.

Danke, Gruß
Daniel
Last edited: 2010-07-14 09:43:27 +0200 (CEST)

View full thread Problem mit system()-Befehl