Search Results

2
votes

Fastest small datastore on Windows

If you do begin to experiment with SQLite, you should know that "out of the box" it might not seem as fast as you would like, but it can quickly be made to be much faster by applying some establish …
3
votes

How do I test if a file is a directory in a Batch script?

The NUL technique seems to only work on 8.3 compliant file names. (In other words, `D:\Documents and Settings` is "bad" and `D:\DOCUME~1` is "good") I think there …