home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q103 / 0 / 72.TXT < prev    next >
Encoding:
Text File  |  1993-11-16  |  3.0 KB  |  86 lines

  1. DOCUMENT:Q103072  04-NOV-1993  [W_NT]
  2. TITLE   :Cannot Access 8.3 Filename from MS-DOS-Based Application
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:buglist3.10
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15.  
  16. SYMPTOMS
  17. ========
  18.  
  19. From an MS-DOS or 16-bit Windows-based application, you are unable to
  20. access a filename on a FAT or NTFS (over the network) partition that
  21. has 8 characters before the period and 3 after (8.3 file format).
  22.  
  23. CAUSE
  24. =====
  25.  
  26. You created an illegal (under MS-DOS) filename using the Copy command
  27. from Command Prompt. On FAT partitions, you can use spaces and other
  28. illegal characters. On NTFS partitions, if you use the 8.3 filename
  29. format, no MS-DOS-compatible filename is created, even if you use
  30. illegal characters.
  31.  
  32. All 32-bit Windows NT applications, such as Notepad and File Manager
  33. are able to access and manipulate these files because they have
  34. built-in long filename support. However, these files cannot be
  35. accessed by 16-bit MS-DOS or Windows-based applications either from
  36. Windows NT, MS-DOS, or Windows 3.1.
  37.  
  38. Steps to Reproduce Problem
  39. --------------------------
  40.  
  41. 1. Run Command Prompt from the Main group of Program Manager.
  42.  
  43. 2. Type the following command:
  44.  
  45.       copy con "bad name.txt"
  46.  
  47. 3. Type some text and press ENTER.
  48.  
  49. 4. Press F6 or CTRL+Z.
  50.  
  51. The resulting file will not be accessible from MS-DOS or 16-bit
  52. Windows-based applications.
  53.  
  54. RESOLUTION
  55. ==========
  56.  
  57. The only workaround is to rename the file using legal characters for
  58. MS-DOS from File Manager or Command Prompt.
  59.  
  60. STATUS
  61. ======
  62.  
  63. Microsoft has confirmed this to be a problem in Windows NT version 3.1
  64. and Windows NT Advanced Server version 3.1. We are researching this
  65. problem and will post new information here in the Microsoft Knowledge
  66. Base as it becomes available.
  67.  
  68. Additional reference words: 3.10
  69. KBCategory:
  70. KBSubCategory: ntap mdos filsys
  71.  
  72. =============================================================================
  73.  
  74. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  75. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  76. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  77. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  78. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  79. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  80. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  81. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  82. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  83. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  84. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  85.  
  86. Copyright Microsoft Corporation 1993.