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

  1. * File Name:        FILE2BIN.DOC
  2. * Date:            28 October 1993
  3. * Version:        1
  4. * Updates count:    1
  5. * Purpose:           Documentation for FILE2BIN.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:            FILE2BIN.PAS
  14. Version:            1
  15. Release:            30
  16. Date:                28 October 1993
  17. History:            Written for internal use of author
  18.                 (for my BIOS ToolKit)
  19.  
  20.  
  21. ------------------- Part 2 (General) -------------------------------------
  22.  
  23. Responsibility:            no specified
  24. Supply order:            no specified
  25. Purpose:            file(s) image(s) manipulation
  26. Area of usage:            utility program for OS
  27. Common knowledges:        no specified
  28. Problem description:        partial copying from any file
  29. Additional knowledges:        no specified
  30. Agreements and terminology:    standard IBM PC terminology
  31. Algorithms and principles:    described in source code
  32. Function:            single
  33. Characteristics:        application (utility),
  34.                 special class (file-manipulation)
  35. Restrictions:            (1) Intel computer architecture only 
  36.                 (2) see hardware/software requirements
  37. Errors processing:        described in source code
  38. Data safety/protection:        described in source code
  39. Data for application:        input:  any file(s)
  40.                 output:    none
  41. Programming language:        Turbo Pascal (Version 6.0+)
  42. Instructions to compile:    TPC  file2bin.pas , where
  43.                 TPC is a Turbo Pascal command-line compiler
  44. Requirements for software:    operating system:  PC/MS-DOS (Version 3.0+)
  45.                 other:         no specified
  46. Requirements for hardware:    computer:  IBM PC, IBM PS/2 or compatible 
  47.                 memory:    minimum 128 Kbytes
  48.                 other:     no specified
  49. Example to run:            file2bin.exe in.fil out.bin $10 10  , where
  50.                 <in.fil>   -> input filename  (from)
  51.                 <out.bin>  -> output filename (to)
  52.                 <$10> -> byte offset for input file  (get)
  53.                 <10>   -> number of bytes to copy
  54. Miscellaneous:            none specified
  55.  
  56.  
  57. ------------------- Part 3 (Technical) -----------------------------------
  58.  
  59. Terminolgy and agreements:    no specified
  60. Program structure:        single module
  61. Program listing:        source code available
  62. Data techical description:    no specified
  63. Control commands:        no specified
  64. Work methods:            batch mode
  65. Messages:            described in source code
  66. Setup:                no required
  67. Adaptation:            no specified
  68. Tests:                no specified
  69. Service:            no specified
  70.  
  71.  
  72. ------------------- Part 4 (Miscellaneous) -------------------------------
  73.  
  74. Guarantee:            read license agreement
  75. Changes to source code:        read license agreement
  76. Serial number:            no specified
  77. Price:                read license agreement
  78. Other:                nothing
  79.