home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 242 / 242.d81 / t.trio < prev    next >
Text File  |  2022-08-26  |  1KB  |  53 lines

  1. u
  2.                T R I O
  3.  
  4.         Programs by Lee Novak
  5.  
  6.         Text by Dave Moorman
  7.  
  8.  
  9.     When putting together LOADSTAR,
  10. disk space can be at a premium. That
  11. is one of the two reasons I use this
  12. TRIO of link/pack utilities every
  13. month. I have made it a habit to put
  14. .LNK at the end of any Linked program
  15. names and .PKD at the end of Packed
  16. program names.
  17.  
  18.     The other reason is that linking
  19. and packing put a complex collection
  20. of program and data files into an easy
  21. to use "box." The only problem is that
  22. it is harder for you to look inside
  23. these programs for hints, tips, and
  24. tricks -- or to alter the code.
  25.  
  26.     Which is why we are running the
  27. TRIO this month. When you see a PKD
  28. file and want to look into it, use
  29. DISSOLVER to unpack/unlink it.
  30.  
  31.     I have recently learned something
  32. else: A packed or linked program can
  33. be loaded and run from another program
  34. with a simple
  35.  
  36.     455 LOAD"PROGNAME",DV
  37.  
  38. right in the BASIC. This is much
  39. neater than our usually dynamic
  40. keyboard method, and does not screw up
  41. bitmap screens currently being
  42. displayed.
  43.  
  44.     [NOTE:] These three programs do
  45. NOT return to LOADSTAR (and do not
  46. have our customary "warning" boot).
  47. You will want to use Copy It to put
  48. all three on your System or Utility
  49. disk, to keep them handy.
  50.  
  51.  DMM
  52.  
  53.  
  54.