305 lines
7.2 KiB
HTML
305 lines
7.2 KiB
HTML
<html>
|
|
|
|
<head>
|
|
|
|
<!---------------------------->
|
|
<!-- Document Title -->
|
|
<!-- change the TEXT -->
|
|
<!---------------------------->
|
|
<title> Quick Start </title>
|
|
|
|
<basefont face="Tahoma,Arial" color="black" size=1>
|
|
<style>
|
|
<!--
|
|
TD {text-align: left}
|
|
A {font-weight: bold; text-decoration: none; color=black}
|
|
-->
|
|
</style>
|
|
</head>
|
|
|
|
<script language="VBScript">
|
|
<!--
|
|
|
|
'Main functions to perform task highlighting on with mouse movement
|
|
|
|
Sub DoMouseOver(task)
|
|
document.anchors("Task" & task).style.color="#0000CC"
|
|
document.anchors("Task" & task).style.textdecorationunderline=true
|
|
End Sub
|
|
|
|
Sub DoMouseOut(task)
|
|
document.anchors("Task" & task).style.color="black"
|
|
document.anchors("Task" & task).style.textdecorationunderline=false
|
|
End Sub
|
|
|
|
-->
|
|
</script>
|
|
|
|
<body bgcolor="white" topmargin=0 leftmargin=0>
|
|
|
|
<!--
|
|
|
|
*** Title Area ***
|
|
|
|
1 2 3
|
|
/---------------------------------------------------------\
|
|
| Picture | TaskPad Title | P |
|
|
| 89x89 | Description | a | 1
|
|
| | | d |
|
|
\---------------------------------------------------------/
|
|
|
|
-->
|
|
|
|
<table width="100%" border=0 cellpadding=0 cellspacing=0 background="NTtile.gif">
|
|
<tr height=89>
|
|
<td width=89>
|
|
<img align="middle" src="NTDisk.gif" width=89 height=89>
|
|
</td>
|
|
|
|
<td valign="top">
|
|
<font size=4><b>
|
|
|
|
<!---------------------------->
|
|
<!-- TaskPad Title -->
|
|
<!-- change the TEXT -->
|
|
<!---------------------------->
|
|
|
|
Quick Start
|
|
|
|
</b></font><br>
|
|
<font size=2>
|
|
|
|
<!---------------------------->
|
|
<!-- Description -->
|
|
<!-- change the TEXT -->
|
|
<!---------------------------->
|
|
|
|
Learn what is new and start setting up your system.
|
|
|
|
|
|
</font>
|
|
</td>
|
|
|
|
<!-- empty cell for right-hand spacing -->
|
|
<td halign=left valign=top width=5 background="NTtile.gif">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br><br>
|
|
|
|
<!--
|
|
|
|
*** Body Area ***
|
|
|
|
1 2 3 4 5 6 7
|
|
/---------------------------------------------------------\
|
|
| P | Icon1 | Task1 Title | P | Icon2 | Task2 Title | P |
|
|
| a | | Description | a | | Description | a | 1
|
|
| d | | | d | | | d |
|
|
|---------------------------------------------------------|
|
|
| Pad | 2
|
|
|---------------------------------------------------------|
|
|
| P | Icon3 | Task3 Title | P | | | P |
|
|
| a | | Description | a | | | a | 3
|
|
| d | | | d | | | d |
|
|
|---------------------------------------------------------|
|
|
| Pad | 4
|
|
\---------------------------------------------------------/
|
|
|
|
-->
|
|
|
|
<table width=* border=0 cellpadding=0 cellspacing=4>
|
|
|
|
<!-- ********** Task 1 goes here ********** -->
|
|
|
|
<!-- Row 1 -->
|
|
<tr valign=top>
|
|
|
|
<!-- Column 1 -->
|
|
<td width=50></td>
|
|
|
|
<!-- Column 2 -->
|
|
<td align=left valign=top width=34>
|
|
|
|
<!---------------------------->
|
|
<!-- icon & hypertext link -->
|
|
<!-- change the HREF -->
|
|
<!-- change the SRC -->
|
|
<!-- verify the NUMBERS -->
|
|
<!---------------------------->
|
|
|
|
<a name="icon01" HREF="..\help\nt5beta1.chm"
|
|
language="VBScript"
|
|
onMouseOver=DoMouseOver("01")
|
|
onMouseOut=DoMouseOut("01")>
|
|
|
|
<img SRC="pc32.gif" width="32" height="32" border="0">
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<!-- Column 3 -->
|
|
<td width=300>
|
|
<font size=2>
|
|
|
|
<!---------------------------->
|
|
<!-- title & hypertext link -->
|
|
<!-- change the HREF -->
|
|
<!-- change the TEXT -->
|
|
<!-- verify the NUMBERS -->
|
|
<!---------------------------->
|
|
|
|
<a name="task01" HREF="..\help\nt5beta1.chm"
|
|
language="VBScript"
|
|
onMouseOver=DoMouseOver("01")
|
|
onMouseOut=DoMouseOut("01")>
|
|
|
|
Beta 1 Online Documentation
|
|
|
|
</a><br>
|
|
|
|
<!---------------------------->
|
|
<!-- description -->
|
|
<!-- change the TEXT -->
|
|
<!---------------------------->
|
|
|
|
Want to learn about what is new -- start here! These notes contain late breaking news as well as important information on new features.
|
|
|
|
|
|
</font>
|
|
</td>
|
|
|
|
<!-- ********** Task 2 goes here ********** -->
|
|
|
|
<!-- Column 4 -->
|
|
<td width=50></td>
|
|
|
|
<!-- Column 5 -->
|
|
<td align=left valign=top width=34>
|
|
|
|
<!---------------------------->
|
|
<!-- icon & hypertext link -->
|
|
<!-- change the HREF -->
|
|
<!-- change the SRC -->
|
|
<!-- verify the NUMBERS -->
|
|
<!---------------------------->
|
|
|
|
<a name="icon02" HREF="appmgr.cpl"
|
|
language="VBScript"
|
|
onMouseOver=DoMouseOver("02")
|
|
onMouseOut=DoMouseOut("02")>
|
|
|
|
<img SRC="pc32.gif" width="32" height="32" border="0">
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<!-- Column 6 -->
|
|
<td width=300>
|
|
<font size=2>
|
|
|
|
<!---------------------------->
|
|
<!-- title & hypertext link -->
|
|
<!-- change the HREF -->
|
|
<!-- change the TEXT -->
|
|
<!-- verify the NUMBERS -->
|
|
<!---------------------------->
|
|
|
|
<a name="task02" HREF="appmgr.cpl"
|
|
language="VBScript"
|
|
onMouseOver=DoMouseOver("02")
|
|
onMouseOut=DoMouseOut("02")>
|
|
|
|
Programs Wizard
|
|
|
|
</a><br>
|
|
|
|
<!---------------------------->
|
|
<!-- description -->
|
|
<!-- change the TEXT -->
|
|
<!---------------------------->
|
|
|
|
This Wizard helps you install, upgrade, modify or repair a program.
|
|
|
|
</font>
|
|
</td>
|
|
|
|
<!-- Column 7 -->
|
|
<!-- empty cell for right-hand spacing -->
|
|
<td halign=left valign=top width=5>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Row 2 -->
|
|
<!-- blank row for spacing -->
|
|
<tr><td> <br> </td></tr>
|
|
|
|
<!-- ********** Task 3 goes here ********** -->
|
|
|
|
<!-- Row 3 -->
|
|
<tr valign=top>
|
|
|
|
<!-- Column 1 -->
|
|
<td width=50></td>
|
|
|
|
<!-- Column 2 -->
|
|
<td align=left valign=top width=34>
|
|
|
|
<!---------------------------->
|
|
<!-- icon & hypertext link -->
|
|
<!-- change the HREF -->
|
|
<!-- change the SRC -->
|
|
<!-- verify the NUMBERS -->
|
|
<!---------------------------->
|
|
|
|
<a name="icon03" HREF="hdwwiz.cpl"
|
|
language="VBScript"
|
|
onMouseOver=DoMouseOver("03")
|
|
onMouseOut=DoMouseOut("03")>
|
|
|
|
<img SRC="pc32.gif" width="32" height="32" border="0">
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<!-- Column 3 -->
|
|
<td width=300>
|
|
<font size=2>
|
|
|
|
<!---------------------------->
|
|
<!-- title & hypertext link -->
|
|
<!-- change the HREF -->
|
|
<!-- change the TEXT -->
|
|
<!-- verify the NUMBERS -->
|
|
<!---------------------------->
|
|
|
|
<a name="task03" HREF="hdwwiz.cpl"
|
|
language="VBScript"
|
|
onMouseOver=DoMouseOver("03")
|
|
onMouseOut=DoMouseOut("03")>
|
|
|
|
Add/Remove Hardware
|
|
|
|
</a><br>
|
|
|
|
<!---------------------------->
|
|
<!-- description -->
|
|
<!-- change the TEXT -->
|
|
<!---------------------------->
|
|
|
|
You use this wizard to add, remove, repair, upgrade and customize your hardware.
|
|
|
|
|
|
</font>
|
|
</td>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|