home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / dbaseii / dbasedir.ark / DBASEDIR.MSG next >
Encoding:
Internet Message Format  |  1986-12-09  |  1.5 KB

  1. From: uw-beaver!uw-june!entropy!dataio!pilchuck!del (Erik Lindberg)
  2. Subject: DBASE II and directory databases!!
  3. Date: 4 Aug 86 20:19:38 GMT
  4. Keywords: directory, cpm, maybe_dos, database
  5.  
  6. This program is in response to a request from somebody that wanted to
  7. do diskette cataloging via DBASE II.
  8.  
  9. There is no documentation contained here, except some sparce comments
  10. in the .cmd files.  The concept is simple though, a few minutes study
  11. should show you whats going on.  I am assuming a current version of
  12. DBASE II which supports the (almost) undocumented
  13.  
  14.     SAVE STRUCTURE EXTENDED and
  15.     CREATE file FROM file
  16.  
  17. commands. If your version of DB does not support these, you can still
  18. figure out what is going on and rewrite the operations. If you do have
  19. these capabilities, you can execute "DO MAKE.CMD" to create the
  20. required database descriptor files. Then "DO DIR" to see how the thing
  21. works.  The first prompt expects the name of the database you would
  22. like the file names to appear in, the second prompt is the file
  23. template to list, which could be "*.CMD" or even "tmp?????.*". Note
  24. that in the seconde example "tmp*.*" will not work because DB does not
  25. expand it out.
  26.  
  27. BEFORE you execute "make.cmd" you must store something to the memory
  28. variable "LIB", you can just use a blank (STORE " " TO LIB) and USE a
  29. valid database. Don't worry, the database you use will not be altered,
  30. it is only used to create the format of a database descriptor file.
  31.  
  32. Let me hear if this works for you, I am interested!
  33.