I have programmed VB and used asp pages. But I cannot sit down and write an asp page. So I need specific details on how to write a script to run a program.

Here is what I have done. I have written 30 .bat files that install printers on a persons machine. I have created links to these .bat files. When a person clicks on the link a message box pops up and says "do you want to save this file or run it?" The person clicks run and it installs the printer.

I want to click on the link and it automatically run the .bat file. I was thinking the link should be a script that says call "Link to .bat file".

Thanks
Brandon