Newbie question regarding scripts

  • Thread starter Thread starter Dyl
  • Start date Start date
D

Dyl

Hi all,

I feel stupid for asking this, but I would like to use a script to run
a program written in c#. I have to put in a value for a password, and
I'd like it to "select" a command button on the program. I just need
some direction on how to do this in an easy way (if possible), you
don't have to write out code or anything. I have Visual Studio 2003.

Thanks for your help!
 
Dyl,

Generally, you could do this by passing parameters to your application
(through the command line), and then interpreting them in your program when
it is run. Then, you can really run it from any script.

Hope this helps.
 
Back
Top