home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q93 / 6 / 04.TXT < prev    next >
Encoding:
Text File  |  1993-08-31  |  2.7 KB  |  64 lines

  1. DOCUMENT:Q93604  20-JUL-1993  [W_NT]
  2. TITLE   :ISO 9660 Support for CD-ROM
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. --------------------------------------------------------------------
  13.  
  14. Summary:
  15.  
  16. Windows NT supports ISO 9660 CD-ROM format, but does not support any
  17. of the RockRidge CD-ROM format extensions. ISO 9660 is an
  18. international standard that defines a file system for compact discs.
  19. Almost all systems support ISO 9660.
  20.  
  21. More Information:
  22.  
  23. Level one ISO 9660 is similar to the MS-DOS file system. Filenames are
  24. limited to eight single-case characters, a period, and a
  25. three-character extension. Filenames cannot contain special or
  26. extended characters, (no hyphens, tildes, equal or plus signs), only
  27. single-case letters, numbers, and underscores. Directory names cannot
  28. contain three-digit extensions, just eight single-case characters.
  29.  
  30. All alphabetic characters are in uppercase letters; some software maps
  31. these to lowercase letters. Either the filename or the extension may
  32. be empty, but not both ("F." and ".E" are both legal filenames).
  33.  
  34. There is a "file version number" that can range from 1 to 32,767 and
  35. is separated from the extension by a semicolon. The file version
  36. number is ignored on many systems.
  37.  
  38. Subdirectories are allowed to nest up to eight levels deep.
  39.  
  40. Level two ISO 9660 allows longer filenames, up to 32 characters;
  41. however, most of the other restrictions still apply. Level two discs
  42. cannot be used on some systems, such as MS-DOS.
  43.  
  44. The RockRidge extensions use some undefined fields in the ISO 9660
  45. standard to allow full UNIX-like filenames, symbolic links, and deep
  46. directories.
  47.  
  48. Additional reference words: 3.10
  49.  
  50. =============================================================================
  51.  
  52. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  53. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  54. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  55. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  56. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  57. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  58. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  59. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  60. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  61. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  62. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  63.  
  64. Copyright Microsoft Corporation 1993.