home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual dBase v5.5 Compiler / SAMPLES.PAK / CUSTORD.RSP < prev   
Encoding:
Text File  |  1995-07-18  |  1.2 KB  |  56 lines

  1. *******************************************************************************
  2. *  FILE:         Custord.rsp
  3. *
  4. *  WRITTEN BY:   Borland Samples Group
  5. *
  6. *  DATE:         5/95
  7. *
  8. *  UPDATED:
  9. *
  10. *  VERSION:      Voyager
  11. *
  12. *  DESCRIPTION:  Response file for Custord sample program.
  13. *
  14. *  USAGE:        (From command window or dBASE for Windows program)
  15. *                BUILD FROM Custord.rsp
  16. *
  17. *******************************************************************************
  18.  
  19.  
  20. ICON Custord.ico
  21.  
  22. FILES
  23.    Custord.wfo
  24.    Buttons.co
  25.    Custord.qbo
  26.    Customer.mno
  27.    Orders.mno
  28.    Lineitem.mno
  29.    Sampproc.pro
  30.    Search.wfo
  31.  
  32. * The path of this file has to be modified to refer to the location of
  33. * Vcr.cc on your disk
  34.  
  35.    c:\ashley\exe\custom\Vcr.co
  36.  
  37. * Additional file to be included in the .EXE (optional).
  38. * No need to distribute this as separate file.
  39.  
  40.    Diveshop.bmp
  41.  
  42. * The following files could be included in the .EXE
  43. * but would need to be copied out by the program in
  44. * order to be used. They need to be distributed
  45. * with the executable in order to work properly.
  46. * *.DBF, *.DBT, *.MDX, *.HLP
  47.  
  48. * Customer.dbf
  49. * Customer.dbt
  50. * Customer.mdx
  51. * Orders.dbf
  52. * Orders.mdx
  53. * Lineitem.dbf
  54. * Lineitem.mdx
  55.  
  56.