Run python scripts from 'my programs'
#1
is there ayway to run python scripts from inside 'my programs'? i tried listing them in the xml config but that seems to expect xbe's only. is there a 'wrapper xbe' that will play the scripts?

thanks!
Reply
#2
<control>
<description>test.py script button</description>
<type>button</type>
<id>12</id>
<posx>60</posx>
<posy>342</posy>
<label>15110</label>
<font>font13</font>
<onleft>10</onleft>
<onright>10</onright>
<onup>8</onup>
<ondown>2</ondown>
<script>q:\scripts\test.py</script>
</control>

use the script tag
Reply
#3
thanks.. appreciate it.
Reply

Logout Mark Read Team Forum Stats Members Help
Run python scripts from 'my programs'0