Re: Running command line commands with parameters read from a text fil
- From: Hayato Iriumi <hiriumi@xxxxxxxxx>
- Date: Sat, 26 Apr 2008 22:37:14 -0700 (PDT)
Are you trying to have your window form application use a text file
when it starts? Couldn't you pass the path to the text file and
receive it in static Main(string[] args) ?
On Apr 25, 10:07 am, orit <o...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I am trying unsuccessfully to implement the following:
Run a command in command line (cmd.exe) while the command will use parameter
read from a text file.
The user will select the file to read in a winform and the same command will
run in a loop while using in each run the value in 1 single line in the text
file.
Can someone please advise what is the best way to do that?
Thanks a lot
.
- Follow-Ups:
- Re: Running command line commands with parameters read from a text fil
- From: Thiago Macedo
- Re: Running command line commands with parameters read from a text fil
- References:
- Prev by Date: Re: SP2 installation errors
- Next by Date: ClickOnce Deployment Question
- Previous by thread: Running command line commands with parameters read from a text fil
- Next by thread: Re: Running command line commands with parameters read from a text fil
- Index(es):
Relevant Pages
|