Skip to content

Commit adba351

Browse files
author
drzwz
committed
.
1 parent 27dc49a commit adba351

15 files changed

+715
-2
lines changed

README.md

Lines changed: 540 additions & 2 deletions
Large diffs are not rendered by default.
Binary file not shown.

q.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
cls
3+
echo.
4+
rem %~dp0 为当前批处理文件的路径。
5+
set qhome=%~dp0q\
6+
start "q(5001)" %~dp0q\w32\q.exe -p 5001 -U %~dp0q/qusers

q/qusers

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
kdbuser:kdbpassword

q/w32/WAPIWrapperCpp.dll

73.5 KB
Binary file not shown.

q/w32/msvcp140.dll

429 KB
Binary file not shown.

q/w32/qwapi.dll

30.5 KB
Binary file not shown.

q/w32/vcruntime140.dll

83.3 KB
Binary file not shown.

q/w32/zlibwapi.dll

138 KB
Binary file not shown.

q/w64/WAPIWrapperCpp.dll

94 KB
Binary file not shown.

0 commit comments

Comments
 (0)