git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14360 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Giovanni Maruzzelli 2009-07-25 15:28:25 +00:00
parent 6b12792bec
commit b5260cab3e
1 changed files with 21 additions and 21 deletions

View File

@ -9,53 +9,53 @@ set PATH=%PATH%;C:\Program Files\Skype\Phone\
REM echo %PATH%
REM start a Skype client instance that will login to the Skype network using the "username password" you give to it.
REM Here ciapalo would be the password and skypiax1 the username
REM Here xxxx would be the password and skypiax1 the username
start Skype.exe /secondary /username:skypiax20 /password:ciapalo
start Skype.exe /secondary /username:skypiax20 /password:xxxx
call C:\wait.cmd 20
start Skype.exe /secondary /username:skypiax19 /password:ciapalo
start Skype.exe /secondary /username:skypiax19 /password:xxxx
call C:\wait.cmd 5
REM
REM Following Skype client instances are commented out
REM
start Skype.exe /secondary /username:skypiax18 /password:ciapalo
start Skype.exe /secondary /username:skypiax18 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax17 /password:ciapalo
start Skype.exe /secondary /username:skypiax17 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax16 /password:ciapalo
start Skype.exe /secondary /username:skypiax16 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax15 /password:ciapalo
start Skype.exe /secondary /username:skypiax15 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax14 /password:ciapalo
start Skype.exe /secondary /username:skypiax14 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax13 /password:ciapalo
start Skype.exe /secondary /username:skypiax13 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax12 /password:ciapalo
start Skype.exe /secondary /username:skypiax12 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax11 /password:ciapalo
start Skype.exe /secondary /username:skypiax11 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax10 /password:ciapalo
start Skype.exe /secondary /username:skypiax10 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax9 /password:ciapalo
start Skype.exe /secondary /username:skypiax9 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax8 /password:ciapalo
start Skype.exe /secondary /username:skypiax8 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax7 /password:ciapalo
start Skype.exe /secondary /username:skypiax7 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax6 /password:ciapalo
start Skype.exe /secondary /username:skypiax6 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax5 /password:ciapalo
start Skype.exe /secondary /username:skypiax5 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax4 /password:ciapalo
start Skype.exe /secondary /username:skypiax4 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax3 /password:ciapalo
start Skype.exe /secondary /username:skypiax3 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax2 /password:ciapalo
start Skype.exe /secondary /username:skypiax2 /password:xxxx
call C:\wait.cmd 5
start Skype.exe /secondary /username:skypiax1 /password:ciapalo
start Skype.exe /secondary /username:skypiax1 /password:xxxx
call C:\wait.cmd 120
NET start AICCU2
pause