c# When I run this command, it works:
Process.Start("C:\\Users\\Matan\\source\\repos\\SECSManager\\run_dir\\net5.0-windows\\SECSUI");
but when I try to run a shortcut:
Process.Start("C:\\Users\\Matan\\source\\repos\\SECSManager\\run_dir\\net5.0-windows\\SECSUI - Shortcut");
the following error occurs:
An error occurred trying to start process 'C:\Users\Matan\source\repos\SECSManager\run_dir\net5.0-windows\SECSUI - Shortcut' with working directory 'C:\Users\Matan\source\repos\ConsoleApp2\bin\Debug\net6.0'. The system cannot find the file specified.
is it Possible to execute a shorcut?