home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / PF131.ZIP / read.me < prev   
Text File  |  1992-05-01  |  2KB  |  56 lines

  1. Program:        PF.EXE
  2.  
  3. Version:        1.31
  4.  
  5. Date:           May 1, 1992
  6.  
  7.  
  8. Description:    Print File Utility for OS/2 2.0 GA
  9.                 32-bit OS/2 2.0 protected mode, command line program
  10.  
  11. Requirements:   OS/2 2.0 GA Level
  12.  
  13.  
  14. Print File is a program I wrote to print out my source code in a formatted
  15. manner.  When creating text files, set your editor to use spaces instead
  16. of tabs.  Tabs tend to be printed out differently on printers than on 
  17. screen and you may notice funny indentations with tabs.  Most programmers
  18. in multi-programmer environments are using tabs so this should not pose
  19. a problem.
  20.  
  21. The format that is provided is a standard header that consists of
  22. the full path filename, date and time.
  23.  
  24. The source itself defaults to having line numbers printed out.  You can 
  25. suppress line number output by using the -l switch.
  26.  
  27. The footer is simply a page number.
  28.  
  29. You can suppress my copyright notice by using the -c switch.  This is 
  30. for those of you that want to print out files for your customers.
  31.  
  32. Following are some command line examples:
  33.  
  34. C:\] pf -h          /* gets help */
  35. C:\] pf -l main.c   /* prints out main.c without line numbers to the screen */
  36. C:\] pf -l -c main.c > main.out /* prints out main.c to main.out */
  37.  
  38. To print out directly to a printer on lpt1: use the following command line
  39.  
  40. C:\] pf main.c > lpt1:
  41. C:\] pf *.c > lpt1:
  42.  
  43. You can print out this read.me file with
  44.  
  45. C:\] pf read.me > lpt1:
  46.  
  47.  
  48. This program is freeware.  All that I ask is that you contact me via e-mail
  49. (Compuserve ID 73467,252; Internet asp@trail.sharpstone.com) and let me know
  50. what you think.  Ideas on more freeware utilities you would like to see
  51. are welcome.
  52.  
  53.  
  54.                                             Your author,
  55.  
  56.                                                 Alexandre Polozoff