home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / hypsh40b.arj / HYPDEVEL.LZH / README.DEV < prev    next >
Text File  |  1991-04-24  |  2KB  |  67 lines

  1.       HyperShell development system
  2.       =============================
  3.  
  4. HyperShell V4 - Development utilities etc.
  5.  
  6.       hc.exe          Hyperfile checker
  7.       hcap.com        TSR capture for BLOAD images
  8.       hcapx.com       TSR capture for mode stamped BLOAD images
  9.       hcx.exe         Compression and expansion program
  10.       hl.exe          Large version of HS.EXE
  11.       hp.exe          Hyperfile printer
  12.       tagbload.exe    Add mode stamp to foreign BLOAD image
  13.       zone.hyp        Graphic selection zone setup hyperfile
  14.       child.hyp       Example of passing variable address
  15.       child.exe       to child program
  16.       child.c         Source for same
  17.  
  18. HSL example
  19.  
  20.         This must be translated to a hyperfile first using:-
  21.         hc -h exam
  22.  
  23.         exam.hsl            - Exam system using data file
  24.     example.xam         - sample exam
  25.  
  26.  
  27. Hyperkit
  28.  
  29.     This is one means of creating new hyperfiles, using the
  30.     templates and various sets of items.
  31.  
  32.     hyperkit.hyp
  33.  
  34.         run using 'hs hyperkit'
  35.  
  36.     *.hyp        - templates
  37.     *.hsi        - sets of items available to hyperkit
  38.  
  39. IMPORTANT NOTE:
  40.  
  41.       All the programs have been compressed using the
  42.       excellent LZEXE program by Fabrice Bellard. This means
  43.       that the programs are around 50 to 60 percent the size of
  44.       what they would otherwise be. The compressed programs also
  45.       load faster from floppy disk because of this. No problems
  46.       have been experienced so far; however, in case you are the
  47.       unlucky one to discover a problem, I have included UNLZEXE,
  48.       which expands the programs to their full size.
  49.  
  50.       If you use HyperShell as a help program, run from other
  51.       programs, you may also experience difficulties as the
  52.       compressed program has to fit in memory with the expanded
  53.       one whilst it is LOADING. In this case you should expand
  54.       HS.EXE to its full size. Also if you run HyperShell under
  55.       Windows or Desqview, you may prefer to use the expanded
  56.       programs.
  57.  
  58. Banner removal
  59.  
  60.     The banner displayed whenever you run the demonstrations
  61.     can be readily removed as follows:-
  62.  
  63.     ren hypshell.cfg hypshell.csv
  64.  
  65.  
  66.       Nick Taylor
  67.