home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / articles / archives / limanews.exe / DUMP.TXT < prev    next >
Text File  |  2006-10-19  |  3KB  |  71 lines

  1. ORIGINALLY PUBLISHED IN LIMA NEWSLETTER JANUARY 1987
  2.  
  3.  
  4.  
  5.                    REVIEW OF "SCREEN DUMP II" 
  6.  
  7.     There are a number of screen dump programs
  8. available written in extended basic or in assembly.
  9. The extended basic dump programs are usually quite slow
  10. and only work with extended basic programs.  Most
  11. assembly language programs are quite fast, but most
  12. will still only work from within an extended basic
  13. program.         
  14.  
  15.     SCREEN DUMP II from Quality 99 software, is one of
  16. the most versatile screen dump programs I know of.  It
  17. can be loaded into memory expansion with Mini Memory,
  18. E/A, or Extended Basic modules and then can be executed
  19. any time from within a program, from command mode, or
  20. from the keyboard.  Keyboard activation (you see a
  21. screen you want to dump and press the right keys to
  22. dump it) is one of SCREEN DUMP II's most useful
  23. features.  The program will dump screens from TI BASIC
  24. programs (if Mini Memory or E/A modules are in use),
  25. Extended Basic programs, or (if a load interrupt switch
  26. is installed) from many modules.  The documentation
  27. provides a partial list of modules for which SDUMP II
  28. will and will not work. 
  29.  
  30.     Once SDUMP II is loaded it is invisible to any TI
  31. BASIC or EXTENDED BASIC program that is subsequently
  32. loaded.  Small or large size dumps are possible.  Small
  33. dumps are about 1/2 the width of an 8.5 inch page.
  34. Normally small dumps are centered on the page.
  35. However, the left margin of the picture can be set
  36. otherwise with CALL LINK("TAB",column).  Large dumps
  37. take up a whole page and are printed sideways.
  38.  
  39.     What I like most about SDUMP II is the ability to
  40. select a screen dump with the press of a button.  The
  41. other screen dump programs in our user group library
  42. require entering code into a program in order to
  43. initiate a dump.   
  44.  
  45.     What I like the least about SDUMP II is the
  46. unnecessarily long time it takes to load SDUMP itself.
  47. It loads from a BASIC loader program.  First you see
  48. the title screen slowly scroll onto the screen.  Then
  49. you are asked what kind of printer you have (EPSON
  50. compatable or PROWRITER), and then you are asked the
  51. output name of your printer (PIO, RS232, etc).  Having
  52. to wait for the title screen and then input the name of
  53. my printer name each and every time is a big pain.  It
  54. should be easy to rewrite the BASIC loader program to
  55. automatically include your printer name.  Unfrtunately,
  56. the loader program is heavily protected.  The usual
  57. CALL LOAD's for unprotecting protected extended basic
  58. programs don't work.  I was finally able to break the
  59. protection and rewrite the BASIC loader so that SDUMP
  60. II loads for my PIO printer in about half the previous
  61. time.  This is just one more example of why protected
  62. programs are often not liked by those who purchse them. 
  63.  
  64.     SDUMP II is available for $29.95 from TRITON
  65. (800-227-6900) in a combination package that includes
  66. the CorComp load interrupt switch.  Other TI cataloges
  67. also probably list SDUMP II.  The program can also be
  68. puchased directly from the distributer Quality 99
  69. Software, 1884 Columbia Rd. #1021, Washington DC 20009
  70. (202-667-3574)
  71.