| Datum: 15.09.02 16:29 
(joerse@gmx.de) | |
Hallo,
Seit Profan 7.0 gibt es 2 Möglichkeiten.
Vorher entweder mit Shell oder Winexec:
Shell "Pfad und Winword.exe Dateiname.doc"
Winexec("PfadundWinword.exe PfadundDateiname.doc",1)
Ab 7.0:
ShellExec("PfadundDateiname.doc","Open",1)
Gruß
Jörg
|
|