home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / PASCAL / DSUTIL11 / TRANSPRN / TRANSPRN.DOC next >
Text File  |  1993-10-20  |  2KB  |  76 lines

  1. * File Name:        TRANSPRN.DOC
  2. * Date:            20 October 1993
  3. * Version:        1
  4. * Updates count:    1
  5. * Purpose:           Documentation for TRANSPRN.PAS
  6. * Author:        Dmitry Stefankov
  7. * Format:        Simplified form of ISO/DIS 6592 standard
  8.  
  9.  
  10.  
  11. ------------------- Part 1 (Identification) ------------------------------
  12.  
  13. Program Name:            TRANSPRN.PAS
  14. Version:            1
  15. Release:            0
  16. Date:                1 September 1993
  17. History:            Written for internal use of author
  18.  
  19.  
  20. ------------------- Part 2 (General) -------------------------------------
  21.  
  22. Responsibility:            no specified
  23. Supply order:            no specified
  24. Purpose:            text processor
  25. Area of usage:            utility program for OS
  26.                 (Memory-resident program)
  27. Common knowledges:        no specified
  28. Problem description:        convert input stream for printing
  29.                 to more wanted stream representation
  30. Additional knowledges:        no specified
  31. Agreements and terminology:    standard IBM PC terminology
  32. Algorithms and principles:    described in source code
  33. Function:            single
  34. Characteristics:        application (utility),
  35.                 special class (print-converters)
  36. Restrictions:            (1) Intel computer architecture only 
  37.                 (2) see hardware/software requirements
  38. Errors processing:        described in source code
  39. Data safety/protection:        described in source code
  40. Data for application:        input:  none
  41.                 output:    none
  42. Programming language:        Turbo Pascal (Version 6.0+)
  43. Instructions to compile:    TPC  transprn.pas , where
  44.                 TPC is a Turbo Pascal command-line compiler
  45. Requirements for software:    operating system:  PC/MS-DOS (Version 3.0+)
  46.                 other:         no specified
  47. Requirements for hardware:    computer:  IBM PC, IBM PS/2 or compatible 
  48.                 memory:    minimum 128 Kbytes
  49.                 other:     no specified
  50. Example to run:            transprn.exe 
  51. Miscellaneous:            none specified
  52.  
  53.  
  54. ------------------- Part 3 (Technical) -----------------------------------
  55.  
  56. Terminolgy and agreements:    no specified
  57. Program structure:        single module
  58. Program listing:        source code available
  59. Data techical description:    no specified
  60. Control commands:        no specified
  61. Work methods:            batch mode
  62. Messages:            described in source code
  63. Setup:                no required
  64. Adaptation:            no specified
  65. Tests:                no specified
  66. Service:            no specified
  67.  
  68.  
  69. ------------------- Part 4 (Miscellaneous) -------------------------------
  70.  
  71. Guarantee:            read license agreement
  72. Changes to source code:        read license agreement
  73. Serial number:            no specified
  74. Price:                read license agreement
  75. Other:                nothing
  76.