发布时间:2014-09-27 17:33:10作者:知识屋
SET M_ROOT=D:Mercury InteractiveMercury LoadRunnerin
cd %M_ROOT%
wlrun.exe -TestPath D:ceshi10ScenarioNo1.lrs -port 8080 -Run -DontClose
其中D:Mercury InteractiveMercury LoadRunnerin 是安装目录
D:ceshi10ScenarioNo1.lrs是脚本目录
DontClose 脚本运行完不关闭控制器,
以上是批处理
把批处理加到 windows的任务计划里,设置好运行时间,就可以了
This means the Controller can be started from a DOS batch (.bat) file (preferrably with a short name on a root drive):
REM Start Controller:
SET M_ROOT=C:Program FilesMercury InteractiveLoadRunnerin
cd %M_ROOT%
wlrun.exe -TestPath D:DevDev1.lrs -port 8080 -Run -DontClose
pause Press Ctrl-Z to keep this window or
Including the -Run parameter is the same as manually pressing the "Start Scenario" automatically upon invocation. This is not a good idea because you may have to decide about collating the file from a previous run or want to change the output folder.
利用批处理直接还原系统方法 如何用批处理自动备份还原系统
怎么用批处理文件写一个文本文档 txt文档和bat批处理文件技巧
如何将cmd命令作为批处理文件 CMD命令与批处理介绍
Ai自动化批处理功能介绍 ai如何批处理方法步骤
如何对Excel特定数据进行批处理 批处理读取excel数据方法步骤
Fireworks导出批处理脚本方法图解 怎么使用Fireworks导出批处理脚本
Win7下共享网络连接至WLAN的批处理 电脑中批处理共享无线网络
photoshop中怎样批处理操作图文教程 photoshop怎么使用批处理文件
BAT批处理文件for循环的基本格式 批处理命令For循环命令详解
BAT批处理实现自动安装软件功能 使用批处理实现软件的自动安装方法
2011-02-18
批处理教程之——字符串查找:find
DOS批处理应用循环拷贝文件到固定目录的子目录
批处理中的时间计算详解
VBS对Office软件Word、Excel等的操作实例
如何进入DOS系统/界面
dos下通过wmic命令查看硬盘和内存/CPU信息(windows自带命令查看
一份比较详细的DOS命令说明【DNJSB整理】
浅谈批处理for命令中的变量扩展
dos(cmd)中删除、添加、修改注册表命令