Popular recipes tagged "comand"http://code.activestate.com/recipes/tags/comand/2011-01-19T17:51:13-08:00ActiveState Code RecipesAn extension to Do.py Win32 Command submitter (Python)
2011-01-19T17:51:13-08:00Phil Risthttp://code.activestate.com/recipes/users/4171119/http://code.activestate.com/recipes/577440-an-extension-to-dopy-win32-command-submitter/
<p style="color: grey">
Python
recipe 577440
by <a href="/recipes/users/4171119/">Phil Rist</a>
(<a href="/recipes/tags/comand/">comand</a>, <a href="/recipes/tags/win32/">win32</a>).
Revision 2.
</p>
<p>This program expands upon my Do.py program (Recipe: 577439). Instead of doing one expansion
for the entire comand, it performs an expansion on each argument. It uses the Do.py program
preserving macro definitions.</p>