Announcement

Collapse
No announcement yet.

run file on Hide mode dont work

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

  • run file on Hide mode dont work

    my code
    result = File.Run("AutoPlay\\Docs\\build.bat", "", "", SW_HIDE, true);

    my build.bat
    iexpress C:\Users\Dany\builder\run.SED /n

    It works well, but The screen of dos (CMD) Shown on screen and I want to hide it from the users.
Working...
X