08-09-2011, 02:20 PM
If u want to run some executable file then it might be the case that u want to give some value as an input to the file. These inputs can be passed through [params] option.
For Example: SystemUtil.Run "C:\Program Files\Internet Explorer\IEXPLORE.EXE","www.google.co.in"
I am running IE explorer.exe and passing the url that i want to open.
Correct me if wrong.
Regards,
Sankalp
For Example: SystemUtil.Run "C:\Program Files\Internet Explorer\IEXPLORE.EXE","www.google.co.in"
I am running IE explorer.exe and passing the url that i want to open.
Correct me if wrong.
Regards,
Sankalp