file run problem !!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • GoOgLe
    Forum Member
    • Mar 2007
    • 452

    file run problem !!!

    when i double click the file i can run it but i cant run it from ams why is that ???

    Code:
    File.Run("AutoPlay\\Docs\\1.vbs", "", "", SW_SHOWNORMAL, false);
  • GoOgLe
    Forum Member
    • Mar 2007
    • 452

    #2
    solved

    Code:
    File.Open("AutoPlay\\Docs\\1.vbs", "", SW_SHOWNORMAL);

    Comment

    • RizlaUK
      Indigo Rose Customer
      • May 2006
      • 5552

      #3
      that would not solve a problem, all you did was drop a optional argument, there must have been a bug somewhere else
      Embrace change in your life, you never know, it could all work out for the best

      Comment

      • GoOgLe
        Forum Member
        • Mar 2007
        • 452

        #4
        it runs the file thats all i needed

        Comment

        Working...
        X