home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / system / env2_1 / readme.txt < prev   
Text File  |  1994-04-07  |  2KB  |  58 lines

  1. This archive should contain the following:
  2.  
  3. ENV.INF
  4. ENV.CPX
  5. README.TXT     <-- this file
  6.  
  7. To use copy ENV.INF onto the root of your boot drive and copy ENV.CPX into 
  8. the folder containing your CPXs probably \CPX. Reset your machine and that 
  9. is it.
  10.  
  11. After opening the CPX:
  12.     Main display:
  13.         Clicking on one of the variables takes you to the edit display with 
  14.         that variable displayed.
  15.         The scroll bar works as normal.
  16.         The Load button loads in the env.inf file to reset the variables 
  17.         back to their original values.
  18.         The Save button save the present settings.
  19.         The Add button takes you to a blank edit display so that you can 
  20.         add a new variable.
  21.     Edit display:
  22.         Up to 240 characters can be entered for each variable.
  23.         This consists of 8 lines by 30 characters, so you have to break 
  24.         each variable up into chunks if it is longer than 30 characters.
  25.         Sorry about this but it is a limitation of GEM.
  26.         The Delete button will delete the displayed variable, the Cancel 
  27.         button will cancel any edits you have done and the Exit button will 
  28.         add or change the displayed variable.
  29.  
  30.  
  31. I hope this program is of some use to you.
  32.  
  33. Simon        srobins@cix.compulink.co.uk
  34.  
  35.  
  36. Versions:
  37. 2.1
  38.     Now works on TOS < 1.02 and Spanish Roms. CPX does not now free unused 
  39.     env memory in case an app doesn't refer to its basepage but to its own 
  40.     internal pointer.
  41. 2.0
  42.     Complete rewrite - ENV.PRG no longer needed.
  43.     Now malloc memory as required. This is safe because any memory 
  44.     allocated by the CPX belongs to the application running at the time and 
  45.     will be deallocated when the app terminates.
  46. 1.3
  47.     ENV.PRG now allocates memory 4 times the size of ENV.INF or 1024 bytes 
  48.     whichever is the larger.
  49. 1.2
  50.     Uses the the_env vector - ENV.PRG allocates memory 2 * ENV.INF
  51.     ENV.CPX now just saves the env as is to ENV.INF - no translation 
  52.     neccessary, ENV.PRG altered to just read in ENV.INF as is.
  53. 1.1
  54.     Attempted to intercept exec_os vector and change GEM there - failed.
  55. 1.0
  56.     First attempt - Used cookie
  57.     Strings LF/CR terminated, ENV.PRG translates to NULL terminated.
  58.