home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / IED_EED.ZIP / IED-EED.MSG < prev    next >
Encoding:
Internet Message Format  |  1990-10-01  |  949 b 

  1. Date: 1 Oct 90 08:07:13 GMT
  2. From: rreiner@nexus.yorku.ca (Richard Reiner)
  3. Newsgroups: comp.binaries.ibm.pc
  4. Subject: ied-eed, environment editor
  5. Summary: edit environment variables interactively
  6.  
  7. Here is something I hacked up to provide interactive full-screen
  8. editing of environment variables under Ian Stewartson's ms_sh. Similar
  9. things are available for vanilla MS-DOS (using either undocumented
  10. system calls and data structures, or horrible chained batch files, to
  11. get around the limitations of command.com); this does the job simply
  12. and elegantly under sh.
  13.  
  14. ied.c is a general-purpose one-line micro-editor, well adapted for a
  15. wide variety of shell scripts;
  16.  
  17. eed.sh contains a shell function which uses ied to edit an environment
  18. variable.
  19.  
  20. Enclosed are ied.c, ied.exe, eed.sh, and a man page for the package.
  21.  
  22. Credit for the editing and windowing code goes to Mike Smedley, author
  23. of the excellent shareware CXL library.
  24.