Posts: 146
Threads: 50
Joined: Dec 2008
Reputation:
1
12-22-2008, 05:11 PM
1. How to pass parameters to application while invoking application by using "Systemutil.run" method
systemutil.run (filename,[parameters],[path],[operation],[mode])
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
12-22-2008, 11:20 PM
I didnt understand. you want parameters to be passed to application or to systemutil.run ?
Posts: 146
Threads: 50
Joined: Dec 2008
Reputation:
1
12-24-2008, 11:41 AM
syntax: systemutil.Run file, [params], [dir], [op], [mode]
[params]: Optional. A String value.
If the specified file argument is an executable file, use the params argument to specify any parameters to be passed to the application.
I found this in QTP help, please explain this....! and tell how it works...?
Posts: 146
Threads: 50
Joined: Dec 2008
Reputation:
1
12-24-2008, 11:44 AM
Thank you sreekanth,
Every thing is fine... but you left one blank after providing a path of .exe file "".....
I am asking about that [params].. in help they said that you can pass parameters to your executable file from here... How can we pass that parameters...?