Skip to content

Commit 1468917

Browse files
committed
Added GUI doc and fixed some wording
1 parent 5555dcb commit 1468917

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

readme.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,26 @@ That's because it was wrong when the target program was developed.
4646

4747
* `*.exe`
4848
* `dbman.pyw`
49-
* All the DLLs in the same directory as your `g++.exe`.
49+
* All the DLLs in the same directory as your `g++.exe` (or the compiler you use)
5050

5151
15. Plug in your media into the server (You will need some techniques for this.)
5252
16. Open task manager, kill `LockMouse.exe` and restart `explorer.exe`.
5353
17. Copy the files mentioned above into a folder.
5454
18. Go to task scheduler, add a task that starts `dbman.pyw` 3 minutes after system boot.
5555
19. Reboot to check.
5656

57-
## How do I use this?
57+
## How do I use this? (CLI)
5858

5959
1. On the client, open a shell and run `dbclient.py`.
6060
2. Follow the instructions.
6161
3. If an error occurs, I think you will be able to figure out why since you already have the
6262
server up and running, which proves that you are capable enough.
6363

64+
## How do I use this? (GUI)
65+
66+
1. Double click on `dbgui.pyw` in an explorer window.
67+
2. Follow the in-program instructions.
68+
3. If something funny happens, you can launch this file with the `py` launcher to read the console
69+
output and try to fix it yourself. :)
70+
6471
*Good luck!*

0 commit comments

Comments
 (0)