File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
515115 . Plug in your media into the server (You will need some techniques for this.)
525216 . Open task manager, kill ` LockMouse.exe ` and restart ` explorer.exe ` .
535317 . Copy the files mentioned above into a folder.
545418 . Go to task scheduler, add a task that starts ` dbman.pyw ` 3 minutes after system boot.
555519 . Reboot to check.
5656
57- ## How do I use this?
57+ ## How do I use this? (CLI)
5858
59591 . On the client, open a shell and run ` dbclient.py ` .
60602 . Follow the instructions.
61613 . 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!*
You can’t perform that action at this time.
0 commit comments