Thema: Delphi ShellExecute Problem

Einzelnen Beitrag anzeigen

Benutzerbild von Binärbaum
Binärbaum

Registriert seit: 19. Jan 2005
Ort: Elstra
764 Beiträge
 
Delphi 7 Enterprise
 
#2

Re: ShellExecute Problem

  Alt 19. Mär 2005, 02:28
Die Variante
Delphi-Quellcode:
prk:='C:\prk.txt';
csc:='C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe';
filetocreate:='C:\class1.cs';
ShellExecute(Handle,'open',PChar(csc),PChar('"'+filetocreate+'>'+prk+'"'),nil,SW_SHOWNORMAL);
sollte funktionieren.

MfG
Binärbaum
There are exactly 10 kinds of people: those who understand binary, and those who don't.
---
"Software reift beim Kunden. Bei Hardware ist es anders: Hardware fault beim Kunden." - Rainer G. Spallek
  Mit Zitat antworten Zitat