[HOW TO] script automatically call skype

In the morning my boss calls me: Tien, why do you don't write script automatically call skype? I see the admin girl don't exactly run on time for it. So please write windows script.

Tien: ya I understand. It is easy to write.

Drop call...

In the afternoon, I go to office, and start to write the script.

Most often, admin girl runs skype to call hanoi's office by hand. She has a lot of works, so she looks like difficult to remember on time to run skype.

In other cases, skype should automatically run every morning is the better.
Depending on how to do, I see windows batch script is good choice. However, I don't familiar with windows batch script.

If you don't yet familiar with windows batch script, you should to learn on. So I google about windows batch script, structure, parameter ... And other important thing, I need to know that how to skype call specific people in contact list.

Google is the king of search based on internet . I have enough knowledge to write a short script.

Below I'will show you my script.

@echo off
::Author: Tien
::Date: 23/03/2017
::This batch file runs for skype call every morning
cd C:\Program\/Files\Skype\Phone\
start Skype.exe /callto:receiver_skype

Step 1: Open notepad, and paste above script.
Step 2: Please choose 

  • Save As ...
  • Save as type: All Files (*.*)
  • File name: skype.bat


If you're already here, you can write. You also can be write better than me.
You can use this script for production with windows 7 32bit. With windows 7 64bit, you have to change C:\Program\/Files to C:\Program\/Files(x86), please verify on your windows operating system.

Eventually, you must to add this script to Startup folder on windows to complete. How to do?

Next, you only copy skype.bat, and paste to Startup folder. (Start, pull down mouse to Startup, right click to Open) - (C:\Users\my-user\AppData\Roaming\Microsoft\Windows\StartMenu\Programs\Startup)

The end.




Tiến Phan - R0039

Knowledge is Endless

Sharing for Success

0 nhận xét:

Post a Comment