Hello everybody, I have been trying this solution in a PLC but it doesn't work... When testing in my computer running locally twincat and a HMI it worked but now I have the following errors: 1: The system cannot find the file specified 2: The operation was canceled by the user I have been trying the following things: a) Running a desktop shortcut of osk.exe I received the error Nº2. b) Running command osk.exe I received the error Nº1. c) Running shortcut of osk.exe from another folder: I received the error Nº1 d) Running osk.exe from System32 folder: I received the error Nº1 e) Running a .bat file that executes osk.exe I received the error Nº1 However, if I execute manually .bat file or any shortcut or even the osk.exe directly from System32 folder I can open the keyboard. Any idea? Many thanks. Logfiles: 1: (The system cannot find the file specified) 2022-05-03 17:02:31 (A:1568268kB M:23941kB) [Error] <Application> Unhandled exception occured: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at Bosch.OpCon.HMI.Modulo.Shared.Commands.ExecuteCommandLine.Execute() at VisiWinNET.Commands.CommandCollection.ExecuteCommands() at VisiWinNET.Forms.EventAgent.OnEvent(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at VisiWinNET.Forms.Internals.ButtonBase.OnClick(EventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at VisiWinNET.Forms.Internals.ControlBase.WndProc(Message& m) at Bosch.OpCon.HMI.Modulo.Forms.Mod_Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) 2: (The operation was canceled by the user) 2022-05-03 17:02:34 (A:1568204kB M:20573kB) [Error] <Application> Unhandled exception occured: System.ComponentModel.Win32Exception (0x80004005): The operation was canceled by the user at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at Bosch.OpCon.HMI.Modulo.Shared.Commands.ExecuteCommandLine.Execute() at VisiWinNET.Commands.CommandCollection.ExecuteCommands() at VisiWinNET.Forms.EventAgent.OnEvent(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at VisiWinNET.Forms.Internals.ButtonBase.OnClick(EventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at VisiWinNET.Forms.Internals.ControlBase.WndProc(Message& m) at Bosch.OpCon.HMI.Modulo.Forms.Mod_Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
... View more