Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 27.00.21 x64 Windows 10 [Version 10.0.19042.867]
In the help for UNQLITE, it says;
When I run the following;
Code:
@setlocal
@echo off
::set thedb=jlc.db
set thedb=:mem:
echo Datebase: %thedb
echo Opening database for read/write/create
unqlite /db:"%thedb" /rwc
echo Name of...
Read more