On Fri, Dec 18, 2009 at 10:46 AM, Jim Valenza wrote:
> Hello All - I have a very novice question for any of you out there. I need
> to assign several parameters to a code in python. I have an example of a
> code that was in DOS that I would need to set as parameters in my Python
> script.
>
> Set
On 12/18/2009 10:46 AM, Jim Valenza wrote:
Hello All - I have a very novice question for any of you out there. I
need to assign several parameters to a code in python.
In Python, a 'parameter' is a function local name defined in the header
of the function and bound to an argument when the fun
Hello All - I have a very novice question for any of you out there. I need
to assign several parameters to a code in python. I have an example of a
code that was in DOS that I would need to set as parameters in my Python
script.
SetLocal EnableDelayedExpansion
SET OUTPUT=..\log
SET LOG=..\log
SE