mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
42 lines
2.0 KiB
HTML
42 lines
2.0 KiB
HTML
<!--
|
|
To change this template, choose Tools | Templates
|
|
and open the template in the editor.
|
|
-->
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Creating A Case</title>
|
|
<link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
<h2>Creating a Case</h2>
|
|
<p>
|
|
There are several ways to create a new case:
|
|
<ul type="circle">
|
|
<li>Go to "File" and select "New Case..." </li>
|
|
<li>Press "Ctrl + N" on the keyboard</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<p>The "New Case" wizard dialog will open and you will need to enter the case name and base directory. Each case will have its own directory and the path of the directory is created by combining the "base directory" with the "case name". If the directory already exists, you will need to either delete the existing directory or choose a different combination of names.
|
|
</p>
|
|
<h2>Example:</h2>
|
|
<p>
|
|
Here's an example of the "New Case" wizard dialog: <br>
|
|
<img src="NewCaseWizardHelp.png" alt="New Case Wizard Help" />
|
|
</p>
|
|
</body>
|
|
</html>
|
|
<!--
|
|
Tip: to create a link which will open in an external web browser, try:
|
|
<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
|
|
<param name="content" value="http://www.netbeans.org/">
|
|
<param name="text" value="<html><u>http://www.netbeans.org/</u></html>">
|
|
<param name="textFontSize" value="medium">
|
|
<param name="textColor" value="blue">
|
|
</object>
|
|
To create a link to a help set from another module, you need to know the code name base and path, e.g.:
|
|
<a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/configure/configure_options.html">Using the Options Window</a>
|
|
(This link will behave sanely if that module is disabled or missing.)
|
|
--> |