home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 1719 / example.ezl < prev    next >
Text File  |  1993-02-17  |  7KB  |  129 lines

  1. ; This file is an example EZ-DiskCopy PRO/EZ-Labeler Label File (.ezl).
  2. ; All options and parameters are described here.  See the manual
  3. ;   for further details.
  4. ; To look at the output this file generates, type 'ezl example.ezl prn'.
  5. ; This assumes your printer is on and connected to the printer port.
  6. ; Alternatively, labels can be printed during diskette duplication with
  7. ;   EZ-DiskCopy PRO.
  8.  
  9. ; An EZ-Labeler Label File consists of any combination of:
  10. ;       label lines
  11. ;       comments 
  12. ;       command keywords
  13. ;       in-label keywords
  14. ;       printer control code sequences (See your printer manual for details.)
  15.  
  16.  
  17. ; Any text after a ';' is ignored (use for comments).
  18. ; Blank lines are ignored.
  19. ; Any other line that DOESN'T start with a   @ ; . <   will be an error.
  20. ; Maximum line length is 1024.
  21.  
  22. ; Label file for EZ-DiskCopy PRO Full System Disk.
  23.  
  24. ;***************************************************************************
  25. ; These are command keywords.  A command keyword must start with
  26. ;   an '@' in the first column of a line.  One keyword per line only.
  27. ; The letters in keywords can be upper and/or lower case.
  28. ; Multiple keywords on a line are ignored.
  29. ; The equal sign ('=') assigns a value to a keyword.  Spaces after an
  30. ;   equal sign are significant.
  31. ; NOTE: snfile, snlist and pause are not supported by EZ-DiskCopy PRO.
  32.  
  33. @copies=1               ;number of identical copies (makes 1 set).
  34.                         ; Default 1, maximum 32767.
  35. @s/n=CP31000000         ;serial number of first label set. Default is 0.
  36.                         ; EZ-DiskCopy PRO S/N option will override this
  37.                         ; keyword.
  38.                         ;Using 'EZL.EXE filename.ezl' from the command line 
  39.                         ;will start the label serialization with the number
  40.                         ;indicated for @s/n=.  Within EZCP.EXE, and if no
  41.                         ;serial list file exists (*.ser), Utility/Find Serial
  42.                         ;will search for the beginning serial number on the 
  43.                         ;master disk which is generally the same number as
  44.                         ;indicated in the 'filename.ezl' file as @s/n=????? 
  45.                         ;and will make the first copy with a number one greater
  46.                         ;than that found on the original master disk.
  47. @snfile=a:serial.ezx    ; Has no effect when running EZ-DiskCopy PRO and using
  48.                         ; this label definition file.  When specified, a file
  49.                         ; containing the current serial number will be written
  50.                         ; to disk drive and  file name specified.  The serial
  51.                         ; number will be placed into this file.  If the file
  52.                         ; already exists, it will be overwritten.  Meant for
  53.                         ; serializing diskettes.  With EZL.EXE, this is the
  54.                         ; filename and extension that will be created on
  55.                         ; floppy disk as labels are printed for each disk.
  56.                         ; The @snfile= is not used during execution of
  57.                         ; EZ-DiskCopy PRO.  The last serial number within the
  58.                         ; indicated by @snlist= will be incremented by 1 and
  59.                         ; written to the specified @snfile= file as well as
  60.                         ; appended to @snlist=.
  61. @snlist=c:serial.ser    ;when specified, the serial number will be apppended
  62.                         ; into this file.  If the file doesn't already exist,
  63.                         ; it will be created, otherwise the serial number
  64.                         ; is appended.  Meant for keeping a list of serial
  65.                         ; numbers that were printed.  When this file exists,
  66.                         ; the last serial number, plus 1 is used as the
  67.                         ; starting point for the next serial number.  To 
  68.                         ; eliminate confusion, always use the .SER extension.
  69. @pause=on               ;causes a pause before printing a label set.
  70. @output=lpt1            ;specify port, file, screen.  Default is 'prn'.
  71.                         ; '@output=con:' specifies to screen
  72.                         ; '@output=filename.ext' specifes to file filename.ext
  73. @labels=1              ;number of label sets to print, default is 1, max 32767.
  74.                         ; @labels is IGNORED when label printed with EZ-DiskCopy
  75.                         ; since 1 label set is printed for each disk copied.
  76. @dtformat=mm-dd-ccyy    ;format for date field. No spaces allowed within format.
  77.                         ;Defaults to mm/dd/ccyy. Max length is 32.
  78.                         ; dd is date, mm is month, yy is year, cc is century
  79. @date=07-01-1993        ;uses today's date when not specified.
  80.                         ; OVERRIDES dtformat keyword. Max length is 32.
  81. @time=12:00:00          ;uses current time when not specified. Max length is 8.
  82. ;***************************************************************************
  83.  
  84.  
  85. ;***************************************************************************
  86. ; These are in-label keywords.  All start with a '~' and are only valid
  87. ;   on a label line (see further below).
  88. ; CAUTION:  ANY characters directly after an in-label keyword are ignored
  89. ;           (up to the replacement length).  DON'T place additional keywords
  90. ;           or printer control codes directly after in-label keywords.
  91. ;
  92. ;   ~D is replaced with date - format selected by 'dtformat' keyword.
  93. ;   ~T is replaced with time.
  94. ;   ~S is replaced with serial number - selected by 's/n' keyword,
  95. ;       or from the EZ-DiskCopy PRO serial number.  If this keyword
  96. ;       appears at the end of a line, pad the area with any character
  97. ;       so the total space is at least as long as the serial number.
  98. ;***************************************************************************
  99.  
  100.  
  101. ;***************************************************************************
  102. ; Any line that starts with a '<' is a printer control code line.
  103. ; Control code numbers must be listed in decimal and seperated by spaces.
  104. ; Control codes can also be interspersed within a form by surrounding
  105. ; the list of codes with '<' and '>'.  Codes do not take any space on the
  106. ; printed label, unless the code causes a blank space.
  107. ; The file 'EPSON.EZL' lists some useful EPSON control code sequences.
  108.  
  109. <27 69> ;This code sequence tells an Epson compatible printer to print bold.
  110. ;***************************************************************************
  111.  
  112.  
  113. ;***************************************************************************
  114. ; Here is a typical label, 6 lines high by 34 columns wide.
  115. ; Every label line must start with a period.
  116. ; If printer control codes are interspersed within a label, alignment
  117. ;   of label areas should be thoroughly tested.
  118.  
  119. .   <27 45 1>EZ-DiskCopy PRO (tm) V3.xx<27 45 0>      ; Underline on/off
  120. .       Serial # ~SSSSSSSSS        ;
  121. .Release: ~DDDDDDDDD Time: ~TTTTTTT;
  122. .(C)opyright 1988-93 EZX Publishing;
  123. .        FULL SYSTEM DISK          ;
  124. .                                  ;
  125.  
  126. ;***************************************************************************
  127.  
  128. <27 70> ;This code sequence tells an Epson compatible printer to turn off bold.
  129.