Question:

Visual Basic External Files?

by  |  earlier

0 LIKES UnLike

Hi,

I am making an application in visual basic and don't know how to open an external batch file when you click on a button. Any ideas?

 Tags:

   Report

2 ANSWERS


  1. sub button_click()

    AppExecute Command:="somefile.bat"

    end sub


  2. Oracle Tutorials-http://alldatabase.info/

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.