how would i launch a batch file from within visual basic?
the batch file is called kill.bat i have used the following code

Code:
 shell "/kill.bat"
but does not work. the bat file is stored in the root where the application would be launched from.