Okay I've made a very simple program, so simple that all it does is provides a welcome message.

Now I want to be able to install this program on all my computers. Copying it from a Floppy and Making it a Start up program at the same time.

How would i do this?

I know how to move the exe
VB Code:
  1. Name "A:\Eden.exe" As "C:\Windows\Eden.exe"

But am unsure on how to make it a start up program, can anyone out thier explain to me how this would be done? Would I have to add any code to Eden.exe so that it knows that it is a Start-up program?

Cheers
~ichar