Not able to launch the application using Start Process activity

@ALL

I am trying to launch the application in the VM using the Start Application and Start Process but I am still not able to launch the application. I dont why. Please guide me regarding this.

One application is of extension .msc. and the other application is also not launching.

image

Thanks & Regards
Aryan

1 Like

kindly check once the file path mentioned is correct and thats the actual issue buddy
Cheers @AryanSingh

1 Like

@AryanSingh

Could you please show me screenshot of the Start Process activity properties and need to check how you passed Filename.

@lakshman
@Palaniyappan

Sorry for the late reply from my side. Please check the screenshot

image

When i open properties it is mentioned like this:

image

Thanks guys

@AryanSingh

If you go to that part and run the MSC file and is it opening application or not ?

@lakshman

Yes. It is opening, if I do it manually.

1 Like

@lakshman
@Palaniyappan

Is it because of the different system users?

@AryanSingh

Then it should work with Start process activity also.

You can invoke by using this path, may be in server it Windows directory located in a different path. Use any one of the below lines,

Environment.GetEnvironmentVariable("SystemRoot") + "\System32\dsa.msc"

Environment.GetEnvironmentVariable("windir") + "\System32\dsa.msc"

@sarathi125

Thanks. Let me try.

@sarathi125

I tried with both the commands. But it is still not working.

@AryanSingh,

Somefiles will not be invoked like this, can you try the same file from Windows Run command line.

@sarathi125

Ok let me try.

@sarathi125
@Palaniyappan
@lakshman

Thank you guys, application launched with @sarathi125’s idea. Entering the path in the window run command line.

:clinking_glasses:

Thank You

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.