Преглед на файлове

add template config file and read application path from there

Eren Yilmaz преди 6 години
родител
ревизия
9dc5493135
променени са 3 файла, в които са добавени 12 реда и са изтрити 2 реда
  1. 3 1
      .gitignore
  2. 7 1
      README.md
  3. 2 0
      config.ini.template

+ 3 - 1
.gitignore

@@ -1 +1,3 @@
-.idea
+.idea
+config.ini
+client

+ 7 - 1
README.md

@@ -2,4 +2,10 @@
 
 This is an API test tool for the KSG framework.
 
-Work in progress.
+Work in progress.
+
+## Usage:
+
+1. Setup a client program to test. 
+2. Copy `config.ini.template` to `config.ini` and enter the path to the main application inside.
+3. Run test.ahk with AutoHotKey

+ 2 - 0
config.ini.template

@@ -0,0 +1,2 @@
+[settings]
+ApplicationPath=<path_to_start.exe>