home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / a / d7-4-db2.lbr / DISK7-DB.TZT / DISK7-DB.TXT
Encoding:
Text File  |  1993-10-26  |  2.3 KB  |  55 lines

  1. ..860720
  2.      CALLING DISK7 FROM WITHIN DBASE II (CP/M version 2.41)
  3.  
  4.      File "sweep" utilities are so much a part of everyday micro-
  5. computer use that one wonders how one can get along without them.  
  6. Until I read the article by Jerry Boyce in the FOGHORN magazine 
  7. of the First Osborne Group (January/86 issue, pp. 61-63) I had no 
  8. way of using such a utility while doing database work.  Boyce's 
  9. superb work is well described in his article; I "tweaked" it 
  10. slightly for my use and am distributing it with this file.  See 
  11. D7-DB.HEX and D7.CMD; also the assembly language source files 
  12. (*.ASM).
  13.  
  14.      For those without access to Boyce's article, I will caution 
  15. you with a few pointers:
  16.      1)  Always log on to the desired disk after CALLing Disk7 
  17. unless you only want to know the "status" of the drive (i.e., 
  18. bytes available)
  19.      2)  ALWAYS log back to the dBase disk (i.e., the disk with 
  20. the dBase .COM and overlay files) before exiting with "X"
  21.      3)  Files may be renamed with Disk7, but somehow dBase 
  22. "keeps" the old name in memory until you QUIT; a similar quirk 
  23. exists with deleting files
  24.      4)  CALLing Disk7 after SORTing a database will hang the 
  25. system unless you re-load Disk7 with "DO D7".  This is why I 
  26. close any alternate files and database files prior to CALLing 
  27. Disk7 from the dot prompt.
  28.  
  29.      Even with the above quirks, I find this program very useful, 
  30. as it avoids having to exit to CP/M to run D.COM or NSWP.COM in 
  31. many cases.
  32.  
  33.      Here's the introductory screen as modified:
  34.  
  35.            DISK 7.6 - MODIFIED TO RUN INSIDE dBII - G. Pareja
  36. C - Copy file   | D - Delete file  | F - File size  | J - Jump 22 files
  37. L - Log drive   | M - Mass copy    | P - Print text | R - Rename file
  38. S - Stat drive  | T - Tag file     | U - Untag file | V - View text file
  39. ?,/ - MENU      | X - Exit to dBII | <space> advances cursor -- B backs up
  40.  
  41. 134k bytes free on drive A:
  42.  
  43. A: DATE    .CMD :  
  44.  
  45. (I disabled the "W - Write to Punch device" function because it 
  46. hanged the system)
  47.  
  48.      I hope this is useful to the DBASErs out there.
  49.  
  50. Gerry Pareja
  51. Vancouver Portable Computer Club
  52. 1218 Garden Drive
  53. Vancouver, B.C.  V5L 4R1
  54. (604) 255-7906 (H)
  55.