D
deerslayer
I want to write a small VB program to run an existing console application
from windows. I want to do this to make running the existing application
easier and set options and file paths. As far as I can tell, my program
will need to run both a windows form application (to chose and enter the
options and file paths) and a console application (to run the existing
application ex, "Shell ("C:\existingapp.exe " & options & path)"). I have
VB Express and I'm just learning. If anyone has some suggestions as to how
to go about this I'd appreciate it. I don't believe this will be a
complicated program, I just don't know how to handle the console part of it.
Thanks.
from windows. I want to do this to make running the existing application
easier and set options and file paths. As far as I can tell, my program
will need to run both a windows form application (to chose and enter the
options and file paths) and a console application (to run the existing
application ex, "Shell ("C:\existingapp.exe " & options & path)"). I have
VB Express and I'm just learning. If anyone has some suggestions as to how
to go about this I'd appreciate it. I don't believe this will be a
complicated program, I just don't know how to handle the console part of it.
Thanks.