Skip to content
Snippets Groups Projects
Commit deb27f14 authored by Kelly Kelly's avatar Kelly Kelly
Browse files

Fixed typo

parent d744d2f4
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ The table below shows a summary of the command line operations. You can run one ...@@ -45,7 +45,7 @@ The table below shows a summary of the command line operations. You can run one
--caseType (optional)</pre></td><td><pre>--createCase --caseName="test5" --caseBaseDir="C:\work\cases" --caseType (optional)</pre></td><td><pre>--createCase --caseName="test5" --caseBaseDir="C:\work\cases"
--createCase --caseName="test_multi" --caseBaseDir="\\WIN-2913\work\cases" --caseType="multi"</pre></td></tr> --createCase --caseName="test_multi" --caseBaseDir="\\WIN-2913\work\cases" --caseType="multi"</pre></td></tr>
<tr><td><b>Open Existing Case</b></td><td>&nbsp;</td><td><pre>--caseBaseDir</pre></td><td><pre>--caseBaseDir="C:\work\Cases\test5_2019_09_20_11_01_29"</pre></td></tr> <tr><td><b>Open Existing Case</b></td><td>&nbsp;</td><td><pre>--caseBaseDir</pre></td><td><pre>--caseBaseDir="C:\work\Cases"</pre></td></tr>
<tr><td><b>Add a Data Source</b></td><td><pre>--addDataSource <tr><td><b>Add a Data Source</b></td><td><pre>--addDataSource
--runIngest (optional) --runIngest (optional)
...@@ -87,7 +87,7 @@ autopsy64.exe --createCase --caseName="test_multi" --caseBaseDir="\\WIN-2913\wor ...@@ -87,7 +87,7 @@ autopsy64.exe --createCase --caseName="test_multi" --caseBaseDir="\\WIN-2913\wor
Once a case is created you will need to use the full path to the case instead of the case name and base folder. For example, if we created the empty case "test5" as above, we could use the following command to add a data source to it: Once a case is created you will need to use the full path to the case instead of the case name and base folder. For example, if we created the empty case "test5" as above, we could use the following command to add a data source to it:
\verbatim \verbatim
autopsy64.exe --caseName="test5" --caseBaseDir="C:\work\Cases\test5" --addDataSource autopsy64.exe --caseName="test5" --caseBaseDir="C:\work\Cases" --addDataSource
--dataSourcePath="R:\work\images\small2.img" --dataSourcePath="R:\work\images\small2.img"
\endverbatim \endverbatim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment