In MS DOS Batch files you can redirect output to a file like this: However if you wish to run … More
Category: Scripting
Accessing Sqlite from a VBS script
It is quite easy, if not a little messy, to create a VBS script to create and access data in … More
DOS Batch file menu system
Even though there are many newer and better ways to create a menu and user interface, at times it can … More
Sqlite bash script tutorial on Ubuntu Linux
Here I will show you how to use the lightweight Sqlite database from the command line using bash scripts. This … More
Accessing Sqlite from a DOS batch file
DOS batch files do not have the most flexible scripting syntax. They are also not the most modern or full … More