Setting up Autoexec files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm not exactly sure where to post this, but I'm guessing someone here can
help.

I periodically connect via a VPN connection to my work site. There are
several applications that I need to run when I'm connected. Is there some
way I can set up something so that I can just click on one thing and all of
the applications I'll need will open. If I have them open when Windows
starts, I get all kinds of errors because I'm not connected.

Thanks
 
From: "Barb Reinhardt" <[email protected]>

| I'm not exactly sure where to post this, but I'm guessing someone here can
| help.
|
| I periodically connect via a VPN connection to my work site. There are
| several applications that I need to run when I'm connected. Is there some
| way I can set up something so that I can just click on one thing and all of
| the applications I'll need will open. If I have them open when Windows
| starts, I get all kinds of errors because I'm not connected.
|
| Thanks

They are called Batch Files. They have the extension of .CMD and .BAT.

All command to be executed are placed in the batch files and they are executed in the order
they are listed in that batch file.

Do a little research on "batch files". Google is a good place to start.
 
Back
Top