Status: New Owner: ---- Labels: Type-Enhancement Priority-Medium
New issue 345 by [email protected]: Run keyword doesn't work with batch files having relative paths
http://code.google.com/p/robotframework/issues/detail?id=345 I have one DOS batch file which requires to be run in correct directory, e.g. having correct directory structure around the batch file because it uses relative paths to access different scripts and files. Using self made library, and using Python's os.chdir to change the working directory before executing the batch file with os.system or with subprocess module's commands work as expected. Should Robot's "Run" keyword support one optional argument as taking the working directory as input? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
