28 lines
625 B
HTML
28 lines
625 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>User Profiles</title>
|
||
|
</head>
|
||
|
<body bgcolor="#FFFFEE" link="#0000FF" vlink="#990099" alink="#009900" text="#000000">
|
||
|
<basefont face="Arial" size="3" color="#000000">
|
||
|
|
||
|
<h1>User Profiles</h1>
|
||
|
|
||
|
PCCC saves your configuration and logs to your "user profile directory". This directory
|
||
|
is your home directory, plus "PCCC" or ".pccc". To locate it, read on for a list of
|
||
|
common places for each operating system.
|
||
|
|
||
|
<h2>Windows XP</h2>
|
||
|
|
||
|
<blockquote>
|
||
|
C:\Documents and Settings\<em>username</em>\PCCC
|
||
|
</blockquote>
|
||
|
|
||
|
<h2>Linux and Unix</h2>
|
||
|
|
||
|
<blockquote>
|
||
|
/home/<em>username</em>/.pccc
|
||
|
</blockquote>
|
||
|
|
||
|
</body>
|
||
|
</html>
|