E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Shellexecute
python批量打印word_Python使用扩展库pywin32实现批量文档打印实例
然后调用win32api的
ShellExecute
()函数来实现文档打印,系统会根据文档类型自动选择不同的软件进行打开并自动打印,如果要打印的是图片的话,需要手工确认一下。
舒明月
·
2022-08-19 18:07
python批量打印word
bat文件修改电脑DNS
@echooff%1mshtavbscript:CreateObject("Shell.Application").
ShellExecute
("cmd.exe","/c%~s0::","","runas
釠觋
·
2022-08-15 17:12
VC++分别使用WinExec、CreateProcess、
ShellExecute
和ShellExecuteEx来启动程序(附源码)
有时,我们需要在主程序中启动另一个exe程序(创建一个进程),可以有多种实现方法,可以调用WinExec、CreateProcess、
ShellExecute
和ShellExecuteEx多个API函数来实现
dvlinker
·
2022-06-02 17:22
VC++常用功能代码封装
C++
启动程序
WinExec
CreateProcess
ShellExecute
VC++实现打开文件和打开所在文件夹的功能(附源码)
对于打开文件,我们只需要调用
ShellExecute
,传入“open”参数和要打开的文件的完整路径即可,执行这句代码后,系统会启动适当的程序去打开
dvlinker
·
2022-04-25 12:01
VC++常用功能代码封装
打开文件
打开所在文件夹
ShellExecute
Aardio - 远程APIHOOK拦截弹窗
一、分析:1、弹出网址,因为用的默认浏览器,而不是ie,所以一般都是用
ShellExecute
函数。
卢光庆
·
2022-02-09 09:14
Aardio
hook
Windows
windows
hook
aardio
Windows自动使用管理员权限运行bat批处理,手动选择启停服务
@echooff&(cd/d"%~dp0")&(fltmc>nul)||(start""mshtavbscript:CreateObject^("Shell.Application"^).
ShellExecute
·
2021-11-24 14:58
批处理cmd之桌面快捷方式创建工具
1REG.exequery"HKU\S-1-5-19"||(ECHOSETUAC=CreateObject^("Shell.Application"^)>"%TEMP%\Getadmin.vbs"ECHOUAC.
ShellExecute
·
2021-10-03 20:01
xshell强制更新解决方法
没什么用不如直接修改windows时间方便,不过在0点整点时不要运行==bat代码:@echooff%1mshtavbscript:CreateObject("Shell.Application").
ShellExecute
考古学家lx
·
2021-05-19 11:59
win10 管理员权限运行
%1mshtavbscript:CreateObject("Shell.Application").
ShellExecute
("cmd.exe","/c%~s0::","","runas",1)(window.close
足球中国
·
2020-09-17 14:27
sql
在MFC中弹出txt文件
弹出txt文件:
ShellExecute
(NULL,NULL,_T("use\\result.txt"),NULL,NULL,SW_SHOWNORMAL);
ShellExecute
的功能是运行一个外部程序
yuexin2
·
2020-09-17 14:49
C++&MFC
Delphi中
ShellExecute
的妙用
ShellExecute
的功能是运行一个外部程序(或者是打开一个已注册的文件、打开一个目录、打印一个文件等等),并对外部程序有一定的控制。
ycagri
·
2020-09-17 14:05
VB/VC/Delphi
ShellExecute
( ) 函数用法
SHELLEXECUTEINFO结构在MSDN中,它这样定义:ContainsinformationusedbyShellExecuteEx原型如下:typedefstruct_SHELLEXECUTEINFO { DWORD cbSize; ULONG fMask; HWND hwnd; LPCTSTR lpVerb; LPCTSTR lpFi
xcq1109
·
2020-09-17 14:23
VC
null
properties
文档
shell
扩展
存储
VC++
ShellExecute
执行、运行一个外部程序函数功能详解:
ShellExecute
函数功能:
ShellExecute
的功能是运行一个外部程序(或者是打开一个已注册的文件、打开一个目录、打印一个文件等等),并对外部程序有一定的控制。
指尖上星空
·
2020-09-17 14:55
API
深入浅出
ShellExecute
ShellExecute
(this->m_hWnd,"open","calc.exe","","",SW_SHOW);或
ShellExecute
(this->m_hWnd,"open","notepad.exe
weixin_34162695
·
2020-09-17 13:03
mfc--使用
ShellExecute
打开另一个可执行程序
ShellExecute
(sFile[,vArguments][,vDirectory][,vOperation][,vShow])
ShellExecute
(NULL,"open",strExePath
weixin_33923762
·
2020-09-17 13:20
ShellExecute
用法
有几个API函数都可以实现这些功能,但是在大多数情况下
ShellExecute
是更多的被使用的,同时它并不是太复杂。
weixin_30949361
·
2020-09-17 13:03
操作系统
ShellExecute
调用另外一个进程(demo为一个控制led的一段代码)
publicenumShowCommands:int{SW_HIDE=0,SW_SHOWNORMAL=1,SW_NORMAL=1,SW_SHOWMINIMIZED=2,SW_SHOWMAXIMIZED=3,SW_MAXIMIZE=3,SW_SHOWNOACTIVATE=4,SW_SHOW=5,SW_MINIMIZE=6,SW_SHOWMINNOACTIVE=7,SW_SHOWNA=8,SW_RES
weixin_30687587
·
2020-09-17 13:48
shell
阻塞调用
ShellExecute
的方法
SHELLEXECUTEINFOsi;ZeroMemory(&si,sizeof(si));si.cbSize=sizeof(si);si.fMask=SEE_MASK_NOCLOSEPROCESS;si.lpVerb=_T("open");si.lpFile=_T("notepad.exe");si.nShow=SW_SHOWNORMAL;ShellExecuteEx(&si);DWORDdwE
weixin_30244889
·
2020-09-17 13:53
shell
运维
MFC shell打开文件或者文件夹
用shell命令打开文件或者文件夹
ShellExecute
(NULL,“open”,DIR_DIR,NULL,NULL,SW_SHOWNORMAL);DIR_DIR为文件目录则打开文件,DIR_DIR为文件夹目录则打开文件夹
仅仅学会简单
·
2020-09-17 13:35
C++
C++/Qt中调用函数
ShellExecute
()打开图片或者word文档的使用方法
2、使用函数
shellExecute
调用windows图片浏览器或者IE浏览器打开jpg格式的图片。3、使用函数
shellExecute
调用windowsoffice打开word文档。
ISmileLi
·
2020-09-17 13:40
Qt
转:
ShellExecute
函数与ShellExecuteEx函数
ShellExecute
函数
ShellExecute
函数原型及参数含义如下:functionShellExecute(hWnd:HWND;Operation,FileName,Parameters,Directory
spiderlily
·
2020-09-17 13:37
windows
c++使用
ShellExecute
打开文件或执行程序
使用
ShellExecute
打开文件或执行程序可以使用
ShellExecute
打开文件或执行程序。
欧阳思海
·
2020-09-17 12:44
ShellExecute
打开文件目录
刚接触C++写Windows应用程序,想打开本地磁盘某个文件目录,google方法如下:CStringstr=_T("E:\\TestDir");
ShellExecute
(NULL,_T("open")
shz_gy
·
2020-09-17 12:44
C++
MFC接收外部程序执行的
shellexecute
中传递的参数来执行不同操作
大家都知道,我们可以通过
shellexecute
函数来执行别人的程序,但如果别人的程序通过
shellexecute
来执行我们自己的程序,而且通过传递过来的参数来执行不现效果呢?
男
·
2020-09-17 12:09
VC学习
用默认浏览器打开一个链接(
ShellExecute
)
ShellExecute
(NULL,"open","http://www.microsoft.com",NULL,NULL,SW_SHOWNORMAL);
sandro_zhang
·
2020-09-17 12:31
vc++
[源码和文档分享]使用
ShellExecute
函数实现以管理员身份运行程序
背景在Win7或者Win7以上版本的系统,我们想以管理员身份运行一个程序的时候,只需要选中这个程序文件,鼠标右击,选择“以管理员身份启动”就可以了。但是,在实际的编程中,我们要以管理员身份创建一个进程该怎么操作呢?可能有人会想,创建一个进程,那使用CreateProcess函数创建就可以了。是的,CreateProcess是可以创建一个进程,但是它不能以管理员权限创建进程。换句话说,它只能创建一个
qq_38474647
·
2020-09-17 12:02
ShellExecute
执行BAT命令
命令:
ShellExecute
(m_hWnd,_T("open"),_T("cmd.exe"),_T("/Cd:\\test.bat1234"),NULL,SW_SHOWNORMAL);//显示控制台,
Pipi0714
·
2020-09-17 12:46
VB使用
ShellExecute
调用其他程序
2007-12-2414:06:30VB使用
ShellExecute
调用其他程序ShellExecuteAPi是功能强大的函数调用接口,它不仅可以调用不带参数的可执行文件,还可以执行带参数的文件,如cmdping127.0.0.1
mybirdsky
·
2020-09-17 12:50
vb
string
文档
null
function
email
使用
ShellExecute
打开文件或执行程序
点击打开原文链接使用
ShellExecute
打开文件或执行程序可以使用
ShellExecute
打开文件或执行程序。
mpp_king
·
2020-09-17 12:15
使用
ShellExecute
函数运行其他程序 ——转载
10.4.2使用
ShellExecute
函数运行其他程序除了使用os模块中的os.system()函数以外,还可以使用win32api模块中的
ShellExecute
()函数。其函数如下所示。
lshdp
·
2020-09-17 12:04
python
学习进阶
ShellExecuteEx的用法
关于如何在c++中启动外部的exe程序,之前看到在百度一搜就看到了:
ShellExecute
(this->m_hWnd,"open","calc.exe","","",SW_SHOW);经验证果然可以,
jiangsok
·
2020-09-17 11:24
c/c++
VB
ShellExecute
函数应用技巧
ShellExecute
声明:PrivateDeclareFunctionShellExecuteLib"shell32.dll"Alias"ShellExecuteA"_(ByValhWndAsLong
iteye_13785
·
2020-09-17 11:35
VB程序设计
深入浅出
ShellExecute
ShellExecute
(this->m_hWnd,"open","calc.exe","","",SW_SHOW);或
ShellExecute
(this->m_hWnd,"open","notepad.exe
hurilong
·
2020-09-17 11:23
shellexecute
调用外部程序,程序执行出问题
用
shellexecute
调用外部一个软件执行,调用语句是
ShellExecute
(handle,nil,pchar(d:/123/123.exe),'','',SW_RESTORE);123.exe调用了但是没有正常执行
hank5658
·
2020-09-17 11:34
【转】
ShellExecute
()——运行一个外部程序
基本简介有几个API函数都可以实现这些功能,但是在大多数情况下
ShellExecute
是更多的被使用的,同时它并不是太复杂。原型及参数含义
ShellExecute
函
donghua4539
·
2020-09-17 11:38
操作系统
ShellExecute
的多种用法--从Memo1取得批处理命令并运行
ShellExecute
的多种用法--从Memo1取得批处理命令并运行useShellAPIShellExecute的功能是运行一个外部程序(或者是打开一个已注册的文件、打开一个目录、打印一个文件等等)
delphizhou
·
2020-09-17 11:51
ShellExecute
打开我的电脑,打开文件或者程序
#include"stdafx.h"#include"windows.h"#include"shellapi.h"int_tmain(intargc,_TCHAR*argv[]){//打开我的电脑//
ShellExecute
qq303103757
·
2020-09-17 11:32
c++
MFC接收
ShellExecute
多个参数
传参数传递参数可使用
ShellExecute
函数,示例如下:
ShellExecute
(NULL,_T("open"),_T("d:\\test.exe"),_T("123456"),_T("d:\\test.exe
baitang6952
·
2020-09-17 11:34
c/c++
ShellExecute
与ShellExecuteEx的用法(转载)
ShellExecute
(this->m_hWnd,"open","calc.exe","","",SW_SHOW);或
ShellExecute
(this->m_hWnd,"open","notepad.exe
atl_long
·
2020-09-17 11:56
Window
ShellExecute
VB中Shell和
ShellExecute
函数的使用方法和区别
写了一个vb的程序,用来把原来写的几个vb和vc的程序整合起来。就是使用Shell函数。结果发现,vc的程序可以很好的显示,但vb写的却一运行就最小化了。仔细查看了一下以下文章,才发现原来shell函数的默认显示模式是windowstyle是等于vbMinimizedFocus。然后就是直接加上一个vbNormalFocus。一切ok!vb的shell函数用法:功能:执行一个可执行文件,返回一个V
孤独剑_LPZ
·
2020-09-17 11:23
VB编程技术
ShellExecute
函数介绍
功能:
ShellExecute
的功能是运行一个外部程序头文件:#include函数原型:
ShellExecute
(HWNDhWnd,LPCSTRlpOperation,LPCSTRlpFileName,
阿尔兹
·
2020-09-17 11:10
C++
ShellExecute
exe
外部文件
ShellExecute
使用详解(DELPHI版)
有三个API函数可以运行可执行文件WinExec、
ShellExecute
和CreateProcess。1.CreateProcess因为使用复杂,比较少用。2.WinExec主要运行EXE文件。
aitanwu4387
·
2020-09-17 11:36
操作系统
ShellExecute
运行word dot文件
我想让程序运行一个worddot文件,即word模板,我代码是这样写的CStringstrFileName;strFileName=GetAppPath()+"\\ExtraInfo.dot";
ShellExecute
虎纠印象
·
2020-09-17 11:45
C
/
C++
ShellExecute
执行批处理文件没达到效果可能是当前工作路径没有正确指定
SetCurrentDirectory(strExeDir);//切换程序当前的工作路径,使批处理文件能正确执行命令
ShellExecute
(NULL,_T("Open"),_T("cmd.exe"),
骑在木马上的黑客
·
2020-09-17 10:59
SDK
+
MFC
调用
ShellExecute
给定参数调用exe或bat
函数原型:HINSTANCEShellExecute(_In_opt_HWNDhwnd,//父窗口句柄或出错时显示错误父窗口的句柄,可以为NULL_In_opt_LPCTSTRlpOperation,//操作_In_LPCTSTRlpFile,//要打开的文件名、执行的程序名、浏览的文件夹等。_In_opt_LPCTSTRlpParameters,//可执行程序的参数,否则为NULL_In_opt
CherishPrecious
·
2020-09-17 10:52
Win32API
VB
ShellExecute
函数应用
ShellExecute
声明:PrivateDeclareFunctionShellExecuteLib"shell32.dll"Alias"ShellExecuteA"_(ByValhWndAsLong
xsh118
·
2020-09-17 10:16
shellexecute
打开word并且等待关闭
shellexecute
(0,'open','winword',pchar(edit1.text),nil,sw_show);启动进程并等待结束:方法1,用ShellExecuteEx函数SHELLEXECUTEINFOsei
wuchen1004
·
2020-09-17 10:09
null
关闭使用
ShellExecute
打开的进程!!!!!
前言:最近做一个项目使用到
ShellExecute
来打开一个带参数的外部exe文件,关闭时遇到不少问题,最终解决,总结如下。
weixin_34080903
·
2020-09-17 10:40
python
ShellExecute
一个程序启动另外一个程序
\n";
ShellExecute
(NULL,TEXT("open"),TEXT("calc.exe"),NULL,NULL,SW_SHOWNORMAL);}
XinYueStudio
·
2020-09-17 10:13
C++
C++
ShellExecute
使用管理员身份执行
#include#include#includeintmain(void){SHELLEXECUTEINFOsei={sizeof(SHELLEXECUTEINFO)};sei.lpVerb=TEXT("runas");sei.lpFile=TEXT("cmd.exe");//addapplicationwhichyouwanttorunasadministratorheresei.nShow=S
125096
·
2020-09-17 10:40
windows编程
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他