mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-03-25 21:38:29 -06:00
32 lines
1.2 KiB
HTML
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 <CRID> <pdb file> [filespec]</p>
|
|
<p>Pack [filespec] into <pdb file> with creator id <CRID>. Optional [filespec]
|
|
defaults to .\*.*</p>
|
|
<p class="labelproc">packpdb2 usage (extracting/unpacking):</p>
|
|
<p class="commandline">packpdb2 -p <CRID> <pdb file> [filespec]</p>
|
|
<p>Unpacks files from <pdb file>. Optional [filespec] defaults to .\*.*</p>
|
|
|
|
<p class="labelproc">packpdb2 usage (viewing):</p>
|
|
<p class="commandline">packpdb2 -v <pdb file></p>
|
|
<p>View contents of <pdb file></p>
|
|
|
|
</body>
|
|
|
|
</html> |