home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / prtit22.zip / README.PIT < prev    next >
Text File  |  1993-03-14  |  2KB  |  50 lines

  1. PrintIt!
  2. --------
  3.  
  4. PrintIt! is a utility that allows you to view and print text files.  Its
  5. primary audience is programmers and other professionals that have frequent
  6. need to use text files under Windows.
  7.  
  8. With PrintIt! you may view multiple files at the same time or print text
  9. files in a variety of modes.
  10.  
  11. PrintIt! was written to enable you to print text files speedily and
  12. economically without too much paper.  PrintIt! prints files in terms of
  13. logical pages; you can instruct PrintIt! to print several logical pages
  14. on a physical page.
  15.  
  16. Using PrintIt! you can print one, two or four logical pages per physical
  17. page in either landscape or portrait mode.  Two up mode is best for printing
  18. source files for review or documentation.  Four up mode is useful to view
  19. large files quickly.
  20.  
  21.  
  22. Installation
  23. ------------
  24.  
  25. Installation of PrintIt! is very straight forward.
  26.  
  27. 1. Create a directory on your hard drive;
  28.  
  29.     mkdir \printit
  30.  
  31. 2. Change to the newly created directory;
  32.  
  33.     cd \printit
  34.  
  35. 3. Unpack the .ZIP archive using PKUNZIP into the current directory;
  36.  
  37.     pkunzip a:prtit22.zip
  38.  
  39. 4. Run the Windows Program Manager.  Using the File|New option, create
  40.    a new program item called PrintIt!  Fill in the dialog box as follows;
  41.  
  42.     Description:        PrintIt!
  43.     Command Line:        x:\printit\printit.exe
  44.     Working Directory:    x:\printit
  45.  
  46.     Where x: is the drive containing the \printit directory.
  47.  
  48. Thats it!  You can run PrintIt! by double clicking on the PrintIt! icon.
  49.  
  50.