1echo off
2REM
3REM you MUST use the new Skype (4.x) for Windows, older versions (3.x) cannot be started this way
4REM
5REM you have to adjust PATH to where the Skype executable is
6set PATH=%PATH%;C:\Program Files\Skype\Phone\
7
8echo %PATH%
9
10REM start a Skype client instance that will login to the Skype network using the "username password" you give to it. Here xxx would be the password and user1 the username
11start Skype.exe /secondary /username:user1 /password:xxx
12call wait 7
13start Skype.exe /secondary /username:user2 /password:xxx
14call wait 7
15REM
16REM Following Skype client instances are commented out
17REM
18REM start Skype.exe /secondary /username:user3 /password:xxx
19REM call wait 7
20REM start Skype.exe /secondary /username:user4 /password:xxx
21REM call wait 7
22REM start Skype.exe /secondary /username:user5 /password:xxx
23REM call wait 7
24REM start Skype.exe /secondary /username:user6 /password:xxx
25REM call wait 7
26REM start Skype.exe /secondary /username:user7 /password:xxx
27REM call wait 7
28REM start Skype.exe /secondary /username:user8 /password:xxx
29REM call wait 7
30REM start Skype.exe /secondary /username:user9 /password:xxx
31REM call wait 7
32REM start Skype.exe /secondary /username:user10 /password:xxx
33REM call wait 7
34REM start Skype.exe /secondary /username:user11 /password:xxx
35REM call wait 7
36REM start Skype.exe /secondary /username:user12 /password:xxx
37REM call wait 7
38REM start Skype.exe /secondary /username:user13 /password:xxx
39REM call wait 7
40REM start Skype.exe /secondary /username:user14 /password:xxx
41REM call wait 7
42REM start Skype.exe /secondary /username:user15 /password:xxx
43REM call wait 7
44REM start Skype.exe /secondary /username:user16 /password:xxx
45REM call wait 7
46REM start Skype.exe /secondary /username:user17 /password:xxx
47REM call wait 7
48REM start Skype.exe /secondary /username:user18 /password:xxx
49REM call wait 7
50REM start Skype.exe /secondary /username:user19 /password:xxx
51REM call wait 7
52REM start Skype.exe /secondary /username:user20 /password:xxx
53