home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / key20 / readme.1st < prev   
Text File  |  1992-03-06  |  2KB  |  45 lines

  1.  
  2. Skeleton Key - Changes up to version 2.0 (6 Mar 1992):
  3. ------------------------------------------------------
  4. Skeleton Key has been completely re-written in 'C' and recompiled.  The end
  5. result is that it's 1/3 the size of the original and 100% faster.  With
  6. this re-write, though, come some major changes:
  7.  
  8. The command line is now sent "as is".  Before it was always converted to
  9. uppercase before being sent on to your named program.  See the *C command
  10. below.
  11.  
  12. Two new commands:  *E and *C
  13.  
  14. *C - Forces the command line to uppercase.  Versions 1.0 and 1.1 always
  15. sent an uppercase command line through.  Now it's optional.  Add the *C to
  16. your parameters list if you'd like to remain backward compatible.  This
  17. shouldn't make much difference to many programs.
  18.  
  19. *E - Environmental Variable.  This is the BIG addition.  You can now send
  20. environmental variables to programs that want them (I've only run across a
  21. couple, such as FastTalk, but what the heck).  Format for this special
  22. command is as follows:
  23.  
  24.          *E:<variable name>=<value>
  25.  
  26. The colon is mandatory.  Environmental variables are also case-sensitive
  27. (*C won't capitalize them either).  Some programs overcome the
  28. case-sensitive problem, but most don't check - be careful.
  29.  
  30. ************
  31. Changes from 1.0 to 1.1 (16 Dec 1991)
  32.  
  33. KEY.SET no longer has to be in the root directory.  It can now be in the
  34. current directory (accoring to Express).  This allows you to have multiple
  35. KEY.SETs for varied configurations.
  36.  
  37. New File:  KEYNAME.DAT
  38. If Skeleton Key finds this file in either the current or root directories,
  39. the name contained in the first line of the file will become the name
  40. Skeleton Key will use for the user's name.  This allows "quick and dirty"
  41. name substitution.
  42.  
  43. ************
  44.  
  45.