home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / misc / 6800 < prev    next >
Encoding:
Text File  |  1992-12-31  |  3.2 KB  |  83 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!linac!att!princeton!phoenix.Princeton.EDU!bathurst
  3. From: bathurst@phoenix.Princeton.EDU (Bruce Bathurst)
  4. Subject: Re: IBM XT upgrade
  5. Message-ID: <1993Jan1.024625.932@Princeton.EDU>
  6. Originator: news@nimaster
  7. Keywords: XT
  8. Sender: news@Princeton.EDU (USENET News System)
  9. Nntp-Posting-Host: phoenix.princeton.edu
  10. Organization: Princeton University
  11. References: <50921@shamash.cdc.com>
  12. Date: Fri, 1 Jan 1993 02:46:25 GMT
  13. Lines: 68
  14.  
  15. In article <50921@shamash.cdc.com> slc@a2.cim.cdc.com (Steve Chesney x4662) writes:
  16. >At my wife's job (a church) she is obligated to use a vintage IBM XT with
  17. >a 10 meg hard disk, color display and IBM PC-DOS 2.10.  
  18. >Since she is used to our 386, it seems slow to her.  Are there any cheap and
  19. >simple upgrades that we could try to alleviate this?
  20.  
  21. I use PCKWIK's disk cache, screen accelerator, and keyboard
  22. accelerator together on my 1982 PC.  They're packaged together and sell
  23. for a very reasonable price.
  24.  
  25. Also, I take care in organizing my file sytem.  The first-level
  26. directories on my disk contain only subdirectories or batch files.
  27. For example:
  28.  
  29. |-----wordproc------- wordperf
  30.                    |
  31.                    |- cgrammar
  32.  
  33. The batch file to run Correct Grammar might look like this:
  34.  
  35. @Echo off
  36. Rem - Executes Correct Grammar
  37. Cls
  38. Echo ..Loading Correct Grammar Program
  39. C:
  40. Cd \WordProc\CGrammar
  41. CG.EXE
  42. Cd \Socrates
  43. Cls
  44.  
  45. (Socrates is the machine's home directory.)  The advantage of the
  46. above is that the PATH variable has few directories, and few files in
  47. each to search.  (Place \DOS last.)
  48.  
  49. Also, I defragment my disk every other day.  DOG (a shareware program)
  50. is most flexible.
  51.  
  52. Usually I just place the directories and batch files first on the disk,
  53. for this is most important and fast to do.  But regularly organize the
  54. disk as follows:--
  55.  
  56. Right after the system files, I place the directories, then the batch
  57. files; then I place the remaining files, grouped by directory.  The
  58. directory \WordProc\CGrammar I may place first, if it needs to access
  59. files from disk as it runs.  Within each directory I sort the files by
  60. filename, for (somedays) I convince myself that this best places files
  61. that will be needed for a single task adjacent to one another on the
  62. disk.  This helps cache them together, if the cache reads ahead.
  63.  
  64. Finally, I make sure temporary files and swap files are not fragmented
  65. when they're written.  This means placing them away out on the disk by
  66. themselves, if their upper size isn't predictable; or placing them
  67. before the batch files in a region of fixed size, if their size is
  68. pre-determined.  (I crash the program that creates the swap file, move
  69. it where I want it when defragmenting, then--depending on the
  70. program--use attributes or other methods to keep the swap space
  71. intact.)
  72.  
  73. Many programs for XT's will take advantage of expanded memory, for
  74. swapping to disk is painfully slow.  I installed an Intel AboveBoard
  75. and placed my disk cache there.  It shrinks as applications need the
  76. space.
  77.  
  78. Bruce (Gypsy Scholar)
  79. -- 
  80. Department of Geological and Geophysical Sciences
  81. Princeton University, Princeton, NJ 08544
  82. bathurst@phoenix.princeton.edu bathurst@pucc.bitnet !princeton!phoenix!bathurst
  83.