In QTP/UFT scripting, the SystemUtil object provides the Run method to launch external applications. The correct syntax is SystemUtil.Run "Notepad.exe" which opens the Windows Notepad application. Option B is nonsensical syntax, and Option C incorrectly references a Run object that doesn't exist in QTP.