cmd

  1. T

    Question .jar or .bat running

    Hi I was wondering if it is possible to create an vb.net form that allows you to select an .jar, or .bat file, and run that as an .exe This allows me to follow my game server without having it open all the time. The picture shows how I want it to look like, I use vb.net barely an month now so I...
  2. H

    Question Issues Running Command Prompt from Program - Help!

    I'm working on a program that relies on another program to convert some data. This other program is a command line executable. The code I'm using is as follows. Using m_process As New Process() With m_process.StartInfo .FileName = "cmd.exe"...
Back
Top