Problem connecting to the system through the UIPATH

Hey
I have software that I want to open for my process, I have the routing of the system that I want to open,
I did START PROCESS but I got an error message
I must urgently answer! Please!

Hi @tamar.m ,
I went through the same problem. Whenever I tried to run a particular system using the Start Process, an error occurred.
So I decided to do it using CMD.
Using the Start Process activity, I start the CMD and pass the parameters I need.
In the entry properties of the Start Process activity I filled in with:
Arguments: “Start system_name.exe”
FileName: “CMD” (as it will execute CMD)
WorkingDirectory: “C:\files and programs\SYSTEM_PASTA”

1 Like

Hi.
I did not understand ,
Run the process through the’cmd’ or use the Start Process.
Can you please sendme a brief details withthe data i sent you.
It’s really urgent!!!
Thanks

נשלח מסמארטפון ה-Samsung Galaxy שלי.

-------- הודעה מקורית --------
מאת: Tainan Ramos via UiPath Community Forum uipath@discoursemail.com
תאריך: 20.10.2020 20:38 (GMT+02:00)
אל: Tamar Markowitz Tamar.M@hms.co.il
נושא: UiPath Forum: Problem connecting to the system through the UIPATH

Hi @tamar.m</u/tamar.m> ,
I went through the same problem. Whenever I tried to run a particular system using the Start Process, an error occurred.
So I decided to do it using CMD.
Using the Start Process activity, I start the CMD and pass the parameters I need.
In the entry properties of the Start Process activity I filled in with:
Arguments: “Start system_name.exe”
FileName: “CMD” (as it will execute CMD)
WorkingDirectory: “C:\files and programs\SYSTEM_PASTA”

Hi @tamar.m,
Here is an example I have here.
LoginAutosystem.xaml (14,7,KB)

Thanksss