home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / diskgen.zip / diskgen.txt < prev   
Text File  |  2002-09-02  |  1KB  |  31 lines

  1. Parameters must be specified with DISKGEN.
  2.  
  3. Syntax: DISKGEN </options> <system> <input package file>
  4. <destination> <source_directory>
  5.  
  6. </options>: Must be prefaced with a / and can be in any order.
  7.          For example, /ua.
  8.          a    Appends the directory specified in the PWS keywords
  9.               of FILE entries to the <source_directory> when searching
  10.               for files.
  11.          d    Deletes the source files from the <source_directory> after
  12.               transfer.
  13.          u    Updates the package file and produces an output package file
  14.               in the <source_directory>.
  15.  
  16. <system>: Valid values are "MVS", "VM", or "DRIVE".
  17.  
  18. <input package file>: The PWS file name of the package file to
  19.         be updated or used for the sending of files.
  20.  
  21. <destination>: If /d or /ud options are specified,
  22.          <destination> is the host session or drive location to
  23.          transfer the packed files to.
  24.          The format is:
  25.            MVS:   sessionid:datasetname  (b:pdfttst3.decandio)
  26.            VM:    sessionid:mode         (b:a)
  27.            DRIVE: drive:                 (a:)
  28.  
  29. <source_directory>: The workstation directory where the files
  30.          specified in the input package file are located.
  31.