How would I execute a Windows Shell command programmicly?Code: Pascal [Select][+][-]ShellExecute(Handle,'open','command.com',Whatevercommand,nil,SW_SHOW); Just brings up cmd, with no commands in it. Cmd then stays up.