找到C:\Program Files (x86)\HP\LoadRunner\WebTours\StartServer.bat
查看内容:
REM getLRpath.exe will create batch file that will set PATH and run Xitami Web Server
REM source of getpath.exe located under debug/GetShortPath.cpp
echo off
setlocal
getLRpath.exe > run.bat
run.bat
原因:下面这三句话无法执行
REM getLRpath.exe will create batch file that will set PATH and run Xitami Web Server
REM source of getpath.exe located under debug/GetShortPath.cpp
echo off
改进:
将下面3句话在cmd中运行,即会出现run.bat
setlocal
getLRpath.exe > run.bat
run.bat
本文介绍了解决LoadRunner WebTours StartServer.bat文件中出现的问题,具体包括批处理文件的内容分析及如何手动执行关键步骤以创建并运行run.bat文件。
7072

被折叠的 条评论
为什么被折叠?



