home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / stac0193.zip / TEC040.DOC < prev    next >
Text File  |  1992-12-17  |  3KB  |  93 lines

  1. ___________________________________________________________________________
  2. STACKER NOTE                                                   STACKER NOTE
  3.  
  4. Subject:   COUNTRY CODE and STACKER 3.0 CREATE
  5.  
  6. STACKER NOTE TEC040 - 12/04/92
  7. ___________________________________________________________________________
  8.  
  9. Background.
  10.  
  11. Using several country codes with the COUNTRY.SYS command in
  12. the CONFIG.SYS causes two unexpected Stacker 3.0 errors.
  13. The COUNTRY.SYS line in the CONFIG.SYS looks similar to the
  14. following line:
  15.  
  16.                COUNTRY=046,, C:\DOS\COUNTRY.SYS
  17.  
  18. This example, using the first parameter 046, sets up the
  19. Swedish country code which will cause the following line to
  20. appear during SETUP:
  21.  
  22.           Create error:  invalid numeric entry (/^R=2.0)
  23.  
  24. followed by,
  25.  
  26.           Create error #1--invalid parameter
  27.  
  28. The second scenario involves SDEFRAG using the /GP switch
  29. and choosing the option to "Increase the Drive Size".  This
  30. action, because of the country code,  will pass an invalid
  31. parameter to the CREATE command.  The results, transparent
  32. to the user, will most likely be a random, unexpected final
  33. compression ratio.
  34.  
  35. The following country codes, denoted with the  X,  will work
  36. properly with Stacker 3.0.  The remaining country codes use
  37. a comma as a decimal separator and will have an invalid
  38. parameter passed to CREATE during these two circumstances.
  39.  
  40. Country                         Decimal     Stacker 3.0
  41.  Code          Country         Separator     Compatible
  42. ______    _________________     _______      _________
  43.   1       United States            .              X
  44.   1       Canada (English)         .              X
  45.   2       Canada (French)          ,
  46.   3       Latin America            .              X
  47.   31      Netherlands              ,
  48.   32      Belgium                  ,
  49.   33      France                   ,
  50.   34      Spain                    ,
  51.   39      Italy                    ,
  52.   41      Switzerland              .              X
  53.   41      Switzerland              .              X
  54.   44      United Kingdom           .              X
  55.   45      Denmark                  ,
  56.   46      Sweden                   , 
  57.   47      Norway                   ,
  58.   49      Germany                  , 
  59.   61      Australia                .              X
  60.   81      Japan*                   .              X
  61.   82      Korea*                   .              X
  62.   86      Taiwan*                  .              X
  63.   88      PRC*                     .              X
  64.   351     Portugal                 ,            
  65.   358     Finland                  ,
  66.   785     Arabic                   ,
  67.   972     Israel                   .              X
  68.  
  69. * DOS version 4 only
  70.  
  71.  
  72.  
  73. Installation Procedure.
  74.  
  75. 1) Edit the CONFIG.SYS file, placing the word REM at the beginning of the
  76.    line containing COUNTRY.SYS.
  77.  
  78. 2) Reboot the machine.
  79.  
  80. 3) Run SETUP again.
  81.  
  82. 4) After SETUP is complete, edit the CONFIG.SYS file to remove the REM 
  83.    from the line edited in (1).
  84.  
  85. 5) Reboot the machine.
  86.  
  87. NOTE:  The only further concern should be when the above SDEFRAG /GP 
  88.        option is taken whereas the COUNTRY.SYS line would need to be 
  89.        remarked out again during the SDEFRAG operation.
  90.  
  91. ___________________________________________________________________________
  92. Copyright 1992, Stac Electronics
  93.