码迷,mamicode.com
首页 > Windows程序 > 详细

Delphi - 通过WinAPI WinExec直接调用系统工具

时间:2019-08-30 09:56:52      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:命令   pad   调用   col   系统   mstsc   orm   画图   计算   

看如下代码:

 1     WinExec(mspaint.exe, SW_SHOWNORMAL); // SW_SHOWNORMAL = 1   系统画图
 2 
 3     WinExec(write.exe, SW_SHOWNORMAL); // SW_SHOWNORMAL = 1     写字板
 4 
 5     WinExec(mstsc.exe, SW_SHOWNORMAL); // SW_SHOWNORMAL = 1      远程桌面
 6 
 7     WinExec(calc.exe, SW_SHOWNORMAL); // SW_SHOWNORMAL = 1      计算器
 8 
 9     WinExec(notepad.exe, SW_SHOWNORMAL); // SW_SHOWNORMAL = 1      记事本
10 
11     WinExec(cmd.exe, SW_SHOWNORMAL); // SW_SHOWNORMAL = 1         命令提示符

 

Delphi - 通过WinAPI WinExec直接调用系统工具

标签:命令   pad   调用   col   系统   mstsc   orm   画图   计算   

原文地址:https://www.cnblogs.com/jeremywucnblog/p/11433019.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!