home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win_nt / readme.txt < prev   
Text File  |  1992-11-09  |  3KB  |  79 lines

  1. Ported tools for Windows NT --
  2.  
  3. All of the enclosed files, "the software," are provided by 
  4. Microsoft Corporation "as is" without warranty of any kind. 
  5. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, 
  6. INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY 
  7. AND FITNESS FOR A PARTICULAR PURPOSE.  You assume all risks of 
  8. using the software.
  9.  
  10. Portions of the software are Copyright (c) 1992 Microsoft Corporation.
  11.  
  12. Included are some of the BSD sources, useful compress/decompression tools,
  13. and other tools.  Each directory contains a makefile, 'makefile.nt'
  14. which should be used with NMAKE to build the various programs.  Most
  15. subdirectories also have a file, 'readme.nt' that describes
  16. the changes that were made in porting and contains other
  17. comments.
  18.  
  19. If you make changes to the programs -- bug fixes, improvements,
  20. whatever, please send them to me, t-davefe@microsoft.com
  21. so that we don't have a whole bunch of different versions 
  22. floating around.
  23.  
  24. Also, if you have Windows NT specific questions about the programs,
  25. please address them to us at Microsoft, rather than to the
  26. original authors.
  27.  
  28. UNZIP & ZIP - The versions of ZIP and UNZIP included were the latest
  29. non-beta versions available at the time this group of files was
  30. put together.  The InfoZip group is working on new versions of
  31. both programs and would prefer not to have questions about the
  32. Windows NT versions of ZIP and UNZIP addressed to them.  So please,
  33. ALL COMMENTS/QUESTIONS REGARDING THE WINDOWS NT VERSION OF
  34. UNZIP SHOULD BE ADDRESSED TO THE DEVELOPER RELATIONS GROUP AT MICROSOFT.
  35. PLEASE DO NOT SEND COMMENTS/QUESTIONS REGARDING THE WINDOWS NT VERSION
  36. TO THE INFOZIP GROUP.
  37.  
  38. CURSES - The version of Curses included is a port of the PCCurses
  39. program.  Since the version number is the same as that of the
  40. PCCurses program, I have named the subdirectory NTCURSES
  41. in order to avoid confusion.  This is a *working* version of
  42. curses.  All of the i/o calls have been implemented using
  43. Windows NT console calls.  This version isn't perfect -- it's
  44. still buggy, but you should be able to link it in with
  45. your curses based app and get it to work.
  46.  
  47.  
  48. \ARCHIVE - contains archiving tools, including
  49.  
  50. BOOZ - Public domain ZOO file extractor
  51. COMPRESS - UNIX Compress/Uncompress
  52. UNSHAR - Public Domain UNSHAR Program
  53. UNZIP - Public domain UNZIP program
  54. ZIP - Public domain ZIP program
  55.  
  56. \BSD - ported BSD sources, including
  57.  
  58. BANNER, CAL, CMP, COL, COMM, FALSE, FOLD, HEAD, UNIQ, XSTR
  59.  
  60. \CONSOLE - sample Windows NT console programs
  61.  
  62. CONDEMO - console demo; shows scrolling, simple windowing, etc.
  63. CONWIN - shows creating a window from a console based app
  64. WINCON - shows creating a console from a GUI based app
  65.  
  66. \CURSES - Curses stuff for Windows NT
  67.  
  68. CHEMTAB - periodic table 
  69. GDC - grand old clock
  70. NTCURSES - Curses for Windows NT
  71.  
  72. \TOOLS
  73.  
  74. FGREP - GNU Fgrep, subset of Grep
  75. FLEX - subset of LEX
  76. YACC - PD YACC
  77.  
  78.  
  79.