如何调用CALL批处理
怎么用call命令调用批处理,是要进行什么设置,还是换有别的命令? 直接call ".\\目标脚本"就可以了,不过这里有一个相对路径问题,记得有一个帖子专门讲这个的,LZ可以查一下。回复 #1 zhangxiang 的帖子
我是说用CALL命令同时调用两个已经写好的批处理 call ".\\test_batch"();call ".\\test_batch1"(); 也可以call"..\\dat\\transfer function"();写全路径来做 学习 还是不太懂,有没有更全面一点的
[ 本帖最后由 双面人 于 2008-1-7 16:38 编辑 ] WR帮助中会有比较详细的描述
或者可以看看我之前写过的帖子:http://www.51testing.com/?5939/action_viewspace_itemid_1222.html
[ 本帖最后由 dionysus 于 2008-1-3 18:40 编辑 ] 看了版主的帖子,有很大收获,
但我在做第二种情况时,出现:Warning :Test.\notepadinputscript:too many arguments.
怎么解决?
其它几种情况都能顺利执行 这个是我想要的,看看先
就这样 可以调用其他脚本中的
#call"C:\\Documents and Settings\\164450\\My Documents\\samples\\WinRunner\\Login"();static lib_path="C:\\Documents and Settings\\164450\\My Documents\\samples\\WinRunner\\Login";
GUI_load("C:\\Documents and Settings\\164450\\My Documents\\samples\\WinRunner\\Login\\Loginguiupdate.gui");
rc=Login();
rc=Reservation();
rc=logoff();
页:
[1]