From 887fe480db87e73cb7db4106b66d649139b4b11c Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Wed, 1 Oct 2008 21:47:44 +0000
Subject: [PATCH] Added Windows exec readme to the tree

---
 win32/docs/README-win32.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100755 win32/docs/README-win32.txt

diff --git a/win32/docs/README-win32.txt b/win32/docs/README-win32.txt
new file mode 100755
index 000000000..a55fce42a
--- /dev/null
+++ b/win32/docs/README-win32.txt
@@ -0,0 +1,37 @@
+                          The Sleuth Kit
+                        Windows Executables
+
+                http://www.sleuthkit.org/sleuthkit
+
+               Brian Carrier [carrier@sleuthkit.org]
+
+                     Last Updated: Sept 2008
+
+
+======================================================================
+
+This zip file contains the Microsoft Windows executables for The Sleuth
+Kit.  The full source code (including Visual Studio Solution files) and 
+documentation can be downloaded from:
+
+http://www.sleuthkit.org
+
+These are distributed under the IBM Public License and the Common 
+Public License, which can be found in the licenses folder. 
+
+
+CURRENT LIMITATIONS
+
+The tools do not currently support globbing, which means that you 
+cannot use 'fls img.*' on a split image.  Windows does not automatically
+ expand the '*' to all file names. 
+
+These programs can be run on a live system, if you use the 
+\\.\PhysicalDrive0 syntax.  Note though, that you may get errors or the
+file system type may not be detected because the data being read is out 
+of sync with cached versions of the data.  
+
+Unicode characters are not always properly displayed in the command
+shell.
+
+The AFF image formats are not supported. 
-- 
GitLab