I have a question for the batch gurus. I'm trying to
create a batch file that will open up multiple remote
desktop connections. Here is what it looks like. Here is
the problem I am having though. It will open up the first
one and will not open them all at the same time. I have
to close the first one in order for it to open the second
one. Any tips?
[code]"C:\Documents and
Settings\User\Desktop\Remote\t1.rdp"
"C:\Documents and Settings\User\Desktop\Remote\t2.rdp"
"C:\Documents and Settings\User\Desktop\Remote\t3.rdp"
"C:\Documents and Settings\User\Desktop\Remote\t4.rdp"
"C:\Documents and Settings\User\Desktop\Remotep\t5.rdp"
"C:\Documents and Settings\User\Desktop\Remote\t6.rdp"
"C:\Documents and Settings\User\Desktop\Remote\t7.rdp"
"C:\Documents and Settings\User\Desktop\Remote\auggie.rdp"
"C:\Documents and
Settings\User\Desktop\Remote\msi.rdp"[/code]
I do not wish to use the GUI Snap in. Batch command
please
Regards,
Derek