Quellcode durchsuchen

add template config file and read application path from there

Eren Yilmaz vor 6 Jahren
Ursprung
Commit
9dc5493135
3 geänderte Dateien mit 12 neuen und 2 gelöschten Zeilen
  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>