Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1686

UNQLITE and :mem:

$
0
0
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;
If filename is ":mem:", then a private in-memory database is created. The in-memory database will be discarded when the database is closed.

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

Viewing all articles
Browse latest Browse all 1686

Trending Articles