Re: Running DOS applications from Delphi


[ Related Articles and Replies ] [ DelphiLand FAQ ]

Posted by Rbrrneck on July 31, 2002 at 17:37:02:

In Reply to: Running DOS applications from Delphi posted by Olivier Perrin on July 30, 2002 at 16:20:46:

: Hi !

: I would like to know what is the command to run DOS executables in Delphi. I also need to know how I can extract the DOS name of a file.

: Many thanks for your answers

: Olivier

For the exctraction of file names use the ExtractShortPathName function,for runnig the applications try opening dos prompt first and then your applications.




Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand FAQ ]