Re: How do i pass variables on the command line?
- From: Michael.Suarez@xxxxxxxxx
- Date: 8 Mar 2006 07:22:38 -0800
I want to open say test.exe and pass this:
var1, var2, var3
One easy way to do this is to create a shortcut to the exe in windows,
right click the shortcut to get to the properties, go to where it says
target, and after test.exe type var1 var2 var3, seperated by a single
space.
Or you can go to start menu-->run, and type:
C:\<whatever the path is>\test.exe var1 var2 var3
.
- Follow-Ups:
- Re: How do i pass variables on the command line?
- From: the_grove_man
- Re: How do i pass variables on the command line?
- References:
- How do i pass variables on the command line?
- From: the_grove_man
- How do i pass variables on the command line?
- Prev by Date: Re: Color for test coverage.
- Next by Date: Re: How do i pass variables on the command line?
- Previous by thread: Re: How do i pass variables on the command line?
- Next by thread: Re: How do i pass variables on the command line?
- Index(es):
Relevant Pages
|