Olá Pita,
Use a classe Process.
method-id button1_Click final private.
01 cExe type System.Diagnostics.Process.
procedure division using by value sender as object e as type System.EventArgs.
set cExe to type System.Diagnostics.Process::Start("notepad.exe", "c:\temp\text.txt")
end method.