home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osotcdpg.txt < prev    next >
Text File  |  1996-12-31  |  3KB  |  80 lines

  1. OSOTCDPG - FILE NAMES WITH IRREGULAR OR ASCII CHARACTERS CAUSE PROBLEMS 
  2. WITH OS/2 WARP 4
  3. 09/20/96
  4. =======================================================================
  5. File Names with Irregular or ASCII Characters Cause Problems with OS/2 
  6. Warp 4
  7. =======================================================================
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10. DESCRIPTION
  11.  
  12. File names with irregular or ASCII characters have problems being 
  13. accessed or utilized under OS/2 Warp 4, even if they were usable under
  14. OS/2 Warp version 3.
  15.  
  16. These unique files names are sometimes created by applications.
  17. For example, Ultimail/2 version 2.10.003 and up (as well as Ultimail 
  18. Lite) creates files whose names contain extremely odd characters:  
  19.  
  20.     G:\Ultimail\rrs0059\(0O1tD%t.GEt
  21.     G:\Ultimail\rrs0059\E0O1-Ht3.WEt
  22.     G:\Ultimail\rrs0059\E0O1@Q68.GEt
  23.     G:\Ultimail\rrs0059\E0O1@Y6N.0Et
  24.  
  25. where G: is an HPFS (High Performance File System) drive
  26.  
  27. OS/2 Warp version 3 can XCOPY these files with no errors. Under 
  28. OS/2 Warp 4, all of these trigger a "SYS1186: XCOPY cannot access
  29. the source file." message.
  30.  
  31.  
  32. RESOLUTION
  33.  
  34. There has been a change made to the system's codepage under OS/2 Warp 4.  
  35. To resolve this problem, modify the CODEPAGE statement in the 
  36. CONFIG.SYS file, as follows:  
  37.  
  38. 1. Open an OS\2 Command Prompt window and type E \CONFIG.SYS, then 
  39.    press Enter.
  40.  
  41. 2. Change the CODEPAGE= statement
  42.  
  43.      from: CODEPAGE=850,437      
  44.  
  45.      to:   CODEPAGE=437,850
  46.  
  47. 3. Save the CONFIG.SYS file.  
  48.  
  49. 4. Shut down and restart the system, in order for the changes to take 
  50.    effect.
  51.  
  52. Once the system has been restarted, the files with 'odd' ASCII 
  53. characters in their names will be able to be XCOPY'ed, moved, 
  54. and accessed.
  55.  
  56. Note: If you cannot shut down and restart the computer immediately, 
  57.        you can dynamically switch the default codepage by issuing 
  58.        the following command at an OS/2 command prompt:
  59.  
  60.           CHCP 437
  61.  
  62.        However, this change will only remain in effect 
  63.        until the next system restart; for a permanent change, 
  64.        you must make the change in CONFIG.SYS, as listed above.
  65.  
  66.  
  67. warp4
  68.  
  69. ______________________________________________________________________
  70. IBM disclaims all warranties, whether express or implied, including 
  71. without limitation, warranties of fitness and merchantability with 
  72. respect to the information in this document. By furnishing this 
  73. document, IBM grants no licenses to any related patents or copyrights.  
  74. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  75. or brand names referenced in this document are the property of their 
  76. respective owners. Consult your product manuals for complete trademark 
  77. information. 
  78.  
  79.  
  80.