Skip to content
Sander Verhagen edited this page Jul 25, 2015 · 2 revisions

Usage

Make sure you have Java installed. Download an executable JAR file and execute it; either:

  • By double-clicking on the executable JAR file

  • In a Command Prompt. This method allows you to see the progress:

    java -jar <path to executable JAR file>/exportskype-<version>.jar

The output (./output/SKYPE folder) can be copied into Trillian logs folder or used in conjunction with IMmerge.

The above describes how to run the user interface version. For a command-line only version, run as follows:

java -cp <path to executable JAR file>/exportskype-<version>.jar com.sander.verhagen.ExportSkypeMain

Clone this wiki locally