> > So here's the deal. I am using an old PC as a print server
>
> > using 3 separate instances of Hyperterminal to capture
> text
> > from 3 different Sage Endecs. I need to write a batch file
>
> > to open these 3 instances up on boot up. Sure, you can ad
> > hyperterminal in the start menu but no specific instance.
> > Any wanna reply with a written batch file for this since I
>
> > have not written a batch file in years (20 to be exact)
> and
> > wouldn't even know where to start.
> > HELP
> > Thanks.
> >
>
> I could be mistaken, but I think something like this would
> work:
>
> Create a batch file named "Start1.bat" which contains:
>
> hypertrm.exe config1.xxx
>
> (The config file is the name of the configuration you use to
> connect to the Sage, I don't remember how the name is
> formatted)
>
> Place "Start1.bat" in your startup folder.
>
> It should work. Keep in mind that it's been a few years for
> me as well!
>
I take it by the use of hyperterminal that this is a 9x box. If it's NT, remember to put "start" before the command in he batch file you want to start, else it will wait for that process to end before going to the next line.