Running Windows commands in Delphi

Posted by Leigh Hill

I want to run the following command to log a user off a Terminal Services session once they have finished running my app. "%windir%\system32\cmd.exe /clogoff"
Any ideas how I do this

Related articles & Replies