博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
bat脚本实现打开关闭exe应用
阅读量:4149 次
发布时间:2019-05-25

本文共 199 字,大约阅读时间需要 1 分钟。

bat脚本要打开有空格的路径,start后面必须加引号,exe路径也要加引号

echostart "" "C:\Program Files\erwin\Data Modeler r9\erwin.exe":等待10秒:ping 127.0.0.1 -n 10:杀死进程taskkill /f /im erwin.exeecho

------------如果大家喜欢我的博客,可以点击左上角的关注哦。

转载地址:http://yupti.baihongyu.com/

你可能感兴趣的文章
[LeetCode]Two Sum
查看>>
[LeetCode]Unique Binary Search Trees
查看>>
[LeetCode]Unique Binary Search Trees II
查看>>
[LeetCode]Unique Paths
查看>>
[LeetCode]Unique Paths II
查看>>
[LeetCode]Valid Number
查看>>
[LeetCode]Valid Palindrome
查看>>
[LeetCode]Valid Parentheses
查看>>
[LeetCode]Valid Sudoku
查看>>
[LeetCode]Validate Binary Search Tree
查看>>
[LeetCode]Wildcard Matching
查看>>
[LeetCode]Word Ladder
查看>>
[LeetCode]Word Ladder II
查看>>
[LeetCode]Word Search
查看>>
[LeetCode]ZigZag Conversion
查看>>
Divide and Conquer
查看>>
Greedy
查看>>
Dynamic Programming
查看>>
Sorting
查看>>
Bit manipulation
查看>>