home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / wp / wp6dsk35.zip / DSK35.DOC next >
Text File  |  1993-07-11  |  1KB  |  33 lines

  1. Copy the macro to your macro sublibrary. Then simply run macro
  2. "DSK35".
  3. The macro will ask you the name for each set of labels and how
  4. many labels in each set. The set name is printed is small type on
  5. the edge of each diskette label and on the face of the label. The
  6. disks in each set are sequentially numbers "Disk 1, Disk 2,
  7. etc.". After running the macro you can modify that information to
  8. each label before printing (better use reveal codes). 
  9.  
  10.  
  11.  
  12. If when you attempt to run the micro you get a "File not found"
  13. message the problem might be fixed as follows:
  14.  
  15. If you did not use the default installation directories you may
  16. need to modify the Macro to reflect the correct location for the
  17. WP_WP_US.LAB file. If that file IS IN the subdirectory
  18. C:\WPC60DOS\ no modification should be necessary. If you need to
  19. modify it use Record Macro (Cntr F10) mark the Edit dialogue box
  20. and then enter the Macro name DSK35. Modify the drive and
  21. directory "C:\WPC60DOS\" as appropriate in the following section
  22. of code:
  23.  
  24. IF(?Page=1) 
  25.   PaperSizeSelect("Avery 5196 3½"" Diskette";8.5";11";Labels!) 
  26.   LabelsSelect("C:\WPC60DOS\WP_WP_US.LAB";"AVERY 5196 3½""
  27. Diskette")
  28. //*** May need to change Label library subdirectory
  29.  
  30. I have chosen the standard ARIAL truetype font for my labels. If
  31. you have not installed that font, WP6.0 should automatically
  32. chose an appropriate substitute. If it does not you can modify
  33. the macro.