The difference between pybot and robot in robotframework
In fact, both of them are the same, except that robot can run when python does not add an environment variable. It is obvious that there is an absolute path. To run this bat file, pybot must first set the python environment variable. The specific contents of the bat file are as follows:
@ echo off (robot)
D:\ Python27\ python.exe-m robot.run% *
@ echo off (pybot)
Python-m robot.run% *