标题: [文件操作] 批处理如何运行此程序并自动获取当前路径创建快捷方式到桌面上 [打印本页]
作者: qq692653880 时间: 2017-9-13 14:43 标题: 批处理如何运行此程序并自动获取当前路径创建快捷方式到桌面上
请问下批处理要运行此程序并自动获取当前路径创建快捷方式到桌面上
应该怎么写,小弟小白一只刚注册论坛来请教!
有请大神帮忙下,感激不尽!
作者: 不知道是谁 时间: 2017-9-13 19:09
本帖最后由 不知道是谁 于 2017-9-13 19:26 编辑
- @echo off
- for /f "tokens=2 delims==" %%i in ('wmic process where "name='uninstall.exe'" get executablepath /value') do (
- set FilePath=%%i
- )
- mshta VBScript:Execute("Set Wsh=CreateObject(""WScript.Shell""):Set Lnk=Wsh.CreateShortcut(""uninstall.lnk""):Lnk.TargetPath=""%FilePath%"":Lnk.Save:close")
- pause
复制代码
作者: /zhqsystem/zhq 时间: 2017-9-13 21:51
回复 2# 不知道是谁
他要获取位置,在运行;不是获取运行位置在运行,再改
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |