Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: Calling an exe

$
0
0

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.


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>