loadrunner模拟dos命令DIR将文件列表放到文件C:\mytest.txt

#include "web_api.h"

Action()
{

//dos命令DIR将文件列表放到文件C:\mytest.txt

	system("dir c:\\ *.* > c:\\mytest.txt");
	return 0;
}
相关文章
相关标签/搜索