Executing Batch files using vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dvk
    New Member
    • Mar 2007
    • 1

    Executing Batch files using vb.net

    Hai,

    Can anybody pls tell me how to execute a batch file (which is in network shared folder)?
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    Originally posted by dvk
    Hai,

    Can anybody pls tell me how to execute a batch file (which is in network shared folder)?
    You can schedule a task to run at a specific time.

    Comment

    • sachinkale
      New Member
      • Mar 2007
      • 16

      #3
      Use Shell Command

      Shell("[Addres of batch file]")

      Comment

      Working...