AProcess.CommandLine := 'ppc386 -h';
AProcess.CommandLine := 'dir r:';
Failed to execute dir r: : 2.
It's a bug with internal command?
AProcess.CommandLine := 'cmd /K dir r:';
I've used "cmd /c" instead of "cmd /k", and now works.
....ComSpec=C:\WINDOWS\system32\cmd.exe....