batch file

  • Thread starter Thread starter jcnews
  • Start date Start date
J

jcnews

I am a beginning programmer in VB.NET. I would like to write a program that
automates my programs. I want it to run a few programs in order, for
example: run a spyware program, close it. Then run a registry cleaner and
close it, then anti-virus... etc. It should also have the ability to send
data from the VB program to input into the other programs if necessary.

I can program in VBA but I don't know much about how to do this. I've
looked online and in my VB.NET books. It doesn't even have to be VB.NET --
I would be willing to try Perl, Python, Java if the commands were fairly
straightforward. I just don't have any idea where to start on this project.
Any advice would be appreciated.

Thanks.
 
jcnews said:
I am a beginning programmer in VB.NET. I would like to
write a program that automates my programs.

Take a look at 'Microsoft.VisualBasic.Interaction.Shell' and
'System.Diagnostics.Process.Start'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top