Revision: 4421
Author: [email protected]
Date: Mon Dec 6 14:43:21 2010
Log: Edited wiki page HowToUseCSharp through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4421
Modified:
/wiki/HowToUseCSharp.wiki
=======================================
--- /wiki/HowToUseCSharp.wiki Mon Dec 6 14:40:54 2010
+++ /wiki/HowToUseCSharp.wiki Mon Dec 6 14:43:21 2010
@@ -6,9 +6,9 @@
* [#Test_library]
* [#Test_cases]
-= Getting and running the example =
-
-Create a file ipybot.bat as follows. Make sure to replace
[[!IRONPYTHON_INSTALL_FOLDER]] with the installation path of IronPython on
your system:
+= Running the example =
+
+Create a file ipybot.bat as follows. Make sure to replace
[[IRONPYTHON_INSTALL_FOLDER]] with the installation path of IronPython on
your system:
{{{
:: IronPython executable to use.
@@ -23,6 +23,10 @@
%ironpython% %runner% %*
}}}
+
+This file emulates the pybot.bat that comes with the installation of the
Robot framework on Python. Once all the other files have been created and
copied to the same directory, run the command:
+
+ ipybot.bat <test file>
= Introduction =