~欢迎来到*秋の网*部落格 Welcome to Chew's Web blog~ 使用火狐会更好 Download Best view using Mozilla Firefox. Download

Tuesday, December 10, 2013

2 Skype at the same time

To open 2 Skype at the same time~

For Window user

To use more than one Skype account on the same computer at the same time, you need to start a new instance of Skype.

From the Windows taskbar, click Start > Run (or press the Windows The Windows key. and R keys on your keyboard at the same time).
In the Run window, type the following command (including the quotes) and press OK:
For 32-bit operating systems:
"C:\Program Files\Skype\Phone\Skype.exe" /secondary

For 64-bit operating systems:
"C:\Program Files (x86)\Skype\Phone\Skype.exe" /secondary

If you get an error message, copy and paste the exact command from this page and try again.

Be aware that if you’ve changed the installation path for Skype, then you’ll need to enter the correct path for the Skype.exe file.

If the above solution fails, you can try another option:
Find the Skype.exe file in C:\Program Files\Skype\Phone\ if you’re running a 32-bit operating system.
If you’re running 64-bit operating system, you can find the file in C:\Program Files (x86)\Skype\Phone\.

Right-click the file and select Send to Desktop (create shortcut).
Locate the shortcut on your desktop, then right-click it and select Properties.
In the Target field of the Shortcut tab, add /secondary to the end of the path. The Target field should now be "C:\Program Files\Skype\Phone\Skype.exe" /secondary.
Click OK. You can now start a new instance of Skype every time you double-click the new shortcut.

You can simple create a file, with extension .bat (filename.bat)
then paste the code below and save.
START "SECONDARY SKYPE" "C:\Program Files (x86)\Skype\Phone\Skype.exe" /secondary




For Mac user
sudo /Applications/Skype.app/Contents/MacOS/Skype

*You will need to key in Sudoer password

Show hidden file/ folder in Mac
defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder;

defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder;


You can simple create a file, with extension .command (filename.command)
then paste the code above and save.

After creating the file:-

Right Click on the File -> Get Info
In Sharing & Permissions, change to Read & Write.
(If you cant see it, click on the lock at bottom right to unlock and allow u to make the changes)

Open Terminal.app to change mode of the file
chmod 777 xxx.command
(filename)

Terminal -> Preference -> Shell
When the shell exists: Close if the shell exited cleanly
*this allow terminal to close after executed the shell script.

After all this, u can simply double click to execute the command.
We dont hav to type in the code in Terminal.app anymore.

0 comments:

秋の网 - 赵のchew © 2009 - 2012. Leave me comment, I will reply u as soon as possible.