Hi,
I'm using the following code to execute a dos executable (FullPath) with some arguments and switches (ActiveFileNameAndSwitches):
"ShellExecute(Handle,'open',Pchar(FullPath),Pchar(ActiveFileNameAndSwitches), nil,SW_SHOWNORMAL);"
The code does work, and it does execute the dos...