Hello,
I have a particular file which can not be started by command and since the question arises why ??
result = File.Run ("C:\\Windows\\ETK7\\PROG\\xxxx.exe", "", "", SW_SHOWNORMAL, true);
result = File.Run (SessionVar.Expand ("%AppFolder%\\Windows\\ETK7\\PROG xxxx.exe"), "", "", SW_SHOWNORMAL, true);
result = File.Run (SessionVar.Expand ("%WindowsFolder%\\ETK7\PROG\\xxxx.exe"), "", "", SW_SHOWNORMAL, true);
I click file directly in the folder then starts this ??
I take any other file then operate the commands!!
I have a particular file which can not be started by command and since the question arises why ??
result = File.Run ("C:\\Windows\\ETK7\\PROG\\xxxx.exe", "", "", SW_SHOWNORMAL, true);
result = File.Run (SessionVar.Expand ("%AppFolder%\\Windows\\ETK7\\PROG xxxx.exe"), "", "", SW_SHOWNORMAL, true);
result = File.Run (SessionVar.Expand ("%WindowsFolder%\\ETK7\PROG\\xxxx.exe"), "", "", SW_SHOWNORMAL, true);
I click file directly in the folder then starts this ??
I take any other file then operate the commands!!
