From bd949d1a68f5ac4aa19882b9f12a999a82c41c0f Mon Sep 17 00:00:00 2001 From: William Miceli Date: Wed, 3 Feb 2021 17:21:04 -0500 Subject: [PATCH] Added batch file as shortcut to the HTML documentation (making things obvious) --- Open HTML Documentation.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Open HTML Documentation.bat diff --git a/Open HTML Documentation.bat b/Open HTML Documentation.bat new file mode 100644 index 0000000..cc27c1b --- /dev/null +++ b/Open HTML Documentation.bat @@ -0,0 +1,2 @@ +start ./Documentation/html/index.html +exit 0 \ No newline at end of file