I keep tring to shell out of my program to run a small utility program.
I use Exec. and I keep getting the same error, Unknown Identifier.
That I don't under stand. That command or option in listed in the help
files.
Exec ('CMD.EXE /C ' + myutil.exe);