Skip to content

Database

Peter Dziezyk edited this page Aug 17, 2018 · 20 revisions

dnaspider.exe Database

C:\dna\db.txt example

<h-Hello
<i:<bs><h->!

Note

db.txt does not auto create and must be created manually.
To create db.txt, Right click in c:/ drive, new folder named dna, and in the dna folder, right click, new, text document named db.txt.
Each line in db.txt is for its own custom shortcut.

Explained

Custom Shortcut (input) Functionality (output) Description
<h- Hello Press ctrl (<), release, then press H to run the proceeding functionality Hello. The - sign means auto backspace the amount of characters before the minus sign and marks the end of the custom shortcut. Can also look like this: <h->Hello or <h><bs>Hello.
<i: <bs><h->! Press ctrl, release, then press I to run the functionality. Functionality pretty much searches db.txt for a matching <h- in the beginning of a line and if found outputs that lines functionality/output then continues running (!) till reaches end.

Clone this wiki locally