DosEnv : DOS Environment string viewer for Windows 95 Title : DosEnv Version : 1.1 Date : Feb 6, 2000 Author : J.R. Ferguson, Amsterdam, The Netherlands Download: http://hello.to/ferguson (MS-Windows Tools English) E-mail : j.r.ferguson @ iname.com Language: Inprise Delphi 3 This program and its sources may be used and copied freely without charge, but only for non-commercial purposes. The author is not responsible for any damage or loss of data that may be caused by using it. DosEnv displays a list of the names and values of the current DOS environment variables. It's just a simple program that displays the same information that is shown by the DOS command SET, but it offers some extra options: * Scroll up and down the list * Optionally sort by variable name * Copy an DOS environment string to the clipboard Restrictions: * You can not change or delete environment variables using this program. * You need Windows 95 or Windows NT to run it. DosEnv is distributed as a stand-alone EXE file. The Delphi 3 sourcefiles are included for those that want to enhance the program. To compile the sources, you will need Inprise Delphi for Windows, version 3.0 (also known as Borland Delphi 3) or a compatible programming environment. The following files are distributed: DosEnv.dpr Delphi project source DosEnv.exe Executable program DosEnv.res Resource file DosEnv.txt Description (this text) DosEnv00.pas Pascal source - general DosEnv01.dfm Resource file - Main window DosEnv01.pas Pascal source - Main window DosEnv02.dfm Resource file - About box DosEnv02.pas Pascal source - About box If you only want to use the program, just copy DosEnv.exe and start it up. If you want to recompile it, you will need the other files. History: v1.1 Feb 06,2000 Changed author's Internet address, added link in Aboutbox v1.0 Oct 24,1998 First release.