hostile-takeover/legacy/docs/AuthorKit/packpdb2Ref.htm
2014-07-06 17:47:28 -07:00

32 lines
1.2 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>packpdb2 Reference</title>
<link rel="stylesheet" type="text/css" href="AuthorKit.css">
</head>
<body>
<h4>packpdb2 Reference</h4>
<p>packpdb2.exe can be used to create (aka 'pack') data files into a Game
Database, to extract (aka 'unpack') the contents of a Game Database, and to view
the contents of a Game Database without extracting them.</p>
<p class="labelproc">packpdb2 usage (creating/packing):</p>
<p class="commandline">packpdb2 -p &lt;CRID&gt; &lt;pdb file&gt; [filespec]</p>
<p>Pack [filespec] into &lt;pdb file&gt; with creator id &lt;CRID&gt;. Optional [filespec]
defaults to .\*.*</p>
<p class="labelproc">packpdb2 usage (extracting/unpacking):</p>
<p class="commandline">packpdb2 -p &lt;CRID&gt; &lt;pdb file&gt; [filespec]</p>
<p>Unpacks files from &lt;pdb file&gt;. Optional [filespec] defaults to .\*.*</p>
<p class="labelproc">packpdb2 usage (viewing):</p>
<p class="commandline">packpdb2 -v &lt;pdb file&gt;</p>
<p>View contents of &lt;pdb file&gt;</p>
</body>
</html>