Announcement

Collapse
No announcement yet.

to allow problem-start a particular file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • to allow problem-start a particular file

    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!!
Working...
X