75 lines
4.6 KiB
HTML
75 lines
4.6 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="Directory Update package files syntax and format" />
|
|
<meta name="abstract" content="Package files contain information that specifies and describes which target files users want to be kept current with source files." />
|
|
<meta name="description" content="Package files contain information that specifies and describes which target files users want to be kept current with source files." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikupdatex.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="dupkgfilelayout" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Directory Update package files syntax and format</title>
|
|
</head>
|
|
<body id="dupkgfilelayout"><a name="dupkgfilelayout"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Directory Update package files syntax and format</h1>
|
|
<div><p><strong>Package files</strong> contain information that specifies and describes
|
|
which target files users want to be kept current with source files. </p>
|
|
<div class="section"><dl><dt class="dlterm">Package files syntax:</dt>
|
|
<dd> <pre>PKGF Description text
|
|
MBRF PROG1.EXE
|
|
MBRF INFO.TXT
|
|
MBRF SUBDIR\SHEET.XLS
|
|
DLTF PROG2.EXE</pre>
|
|
<div class="note"><span class="notetitle">Note:</span> Text must start in the first row and column
|
|
of the file. Each package file must begin with the PKGF keyword.</div>
|
|
</dd>
|
|
<dt class="dlterm">Package files format:</dt>
|
|
<dd>Package files consist of the following elements: <dl><dt class="dlterm">PKGF description (optional):</dt>
|
|
<dd>This identifier indicates that the file is a package file. If this tag
|
|
is not found in the first four characters of the file, Directory Update will
|
|
not process the file while searching for files to update. A description is
|
|
optional.</dd>
|
|
<dt class="dlterm">MBRF filename:</dt>
|
|
<dd>This identifies a file as part of the package to be updated. A path name
|
|
also can be specified; this indicates that the file is in a subdirectory of
|
|
the source directory. <p>The path should not contain the drive letter, or
|
|
begin with a back-slash character (\). When you begin the update function,
|
|
you specify a target directory; the path that is specified in the package
|
|
file is considered a subdirectory of this target directory.</p>
|
|
</dd>
|
|
<dt class="dlterm">DLTF filename:</dt>
|
|
<dd>This identifies a file to be deleted from the target directory. A path
|
|
name also can be specified; this indicates that the file is in a subdirectory
|
|
of the target directory. As with the MBRF identifier, you should not specify
|
|
a drive letter or begin with a back-slash character (\).</dd>
|
|
</dl>
|
|
</dd>
|
|
<dt class="dlterm">Related topic:</dt>
|
|
<dd>See <a href="rzaikufunderstand.htm#ufunderstand">Directory Update sample program</a> for sample
|
|
Directory Update APIs and detailed explanations of their attributes.</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaikupdatex.htm" title="The iSeries Access for Windows Directory Update function allows users to specify PC directories for updating from a configured network server or from multiple networked servers. This permits users to load non-iSeries Access for Windows software products on a server in the network, and to keep those files updated on PCs. Directory Update is an optionally installable iSeries Access for Windows component.">iSeries Access for Windows Directory Update APIs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |