---------------------------------------------------------------------03/09/2007
PrintDrawings.swp                 Written by Leonard Kikstra,
                                  Copyright 2003-2007, Leonard Kikstra
                                  Downloaded from Lenny's SolidWorks Resources
                                       at http://www.lennyworks.com/solidworks
-------------------------------------------------------------------------------

INTRODUCTION:

PrintDrawings is a very simple macro that can be used to print some or all 
SolidWorks drawings in the current directory.  This macro is helpful, but it
is also limited.

Features:
  * Get drawing descriptions prior to printing files.
  * User selection of files that are to be printed.
  * Print as is (via loading in view only mode) or load/rebuild/save
    drawing prior to printing.

Limitations:
  * Must change current working directory with SolidWorks by loading
    a SolidWorks drawing from directory.
  * Only prints to last printer and options used by SolidWorks.

-------------------------------------------------------------------------------

DISCLAIMER:
* These macros are provided free of charge for personal use and/or reference. 
* These macros may be freely distributed, provided the original copyright 
  notices remain unchanged and intact. 
* All macros were written to work with SolidWorks 2003. 
* These macros, and corresponding files, are provided as is. 
* There are no warranties, expressed or implied, that these macros will perform 
  as indicated, perform to users expectations, or complete a specific task. 
* These macros will change the current SolidWorks document. Use these macros at 
  your own risk. Back up your data before using this macro on any SolidWorks 
  document. 

-------------------------------------------------------------------------------
Version History:

 1.00	09/25/2003	Initial release via website
 1.10			Added filename sorting
 1.20	09/25/2006	Printing order via selection list, not directory list.
 1.30	03/09/2007	Added new look.

-------------------------------------------------------------------------------
