home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / misc / 4828 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  1.7 KB

  1. Path: sparky!uunet!mcsun!sunic!dkuug!diku!lund
  2. From: lund@diku.dk (Henrik Lund)
  3. Newsgroups: comp.os.ms-windows.misc
  4. Subject: Re: HELP! Windows and ET4000 drivers
  5. Message-ID: <1992Nov23.120632.12283@odin.diku.dk>
  6. Date: 23 Nov 92 12:06:32 GMT
  7. References: <1992Nov5.172834.15777@Informatik.TU-Muenchen.DE> <Bxxvu1.1s3@usenet.ucs.indiana.edu>
  8. Sender: lund@ask.diku.dk
  9. Organization: Department of Computer Science, U of Copenhagen
  10. Lines: 39
  11.  
  12. ntaib@silver.ucs.indiana.edu (Iskandar Taib) writes:
  13.  
  14. >In article <1992Nov5.172834.15777@Informatik.TU-Muenchen.DE> wheinri@Informatik.TU-Muenchen.DE (Werner Heinrich) writes:
  15.  
  16. >> (windows trashed story deleted)
  17.  
  18.  
  19. >Here is what I've done in similar situations:
  20.  
  21.  
  22. >1) copy all .ini, .bmp, .pif and .grp fils somewhere safe
  23.  
  24. Why bother with all the .bmp files ?
  25. (If you have great home made pictures you should back them up seperatly)
  26.  
  27. >2) trash the Windows directory and the System directory
  28. >3) re-install Windows with the drivers that worked before
  29. >4) copy the files back.
  30.  
  31. I use a .bat file which looks something like this (without comments)
  32.  
  33. c:
  34. cd \
  35. xcopy *.ini a: /s                  (* remember /s *)
  36. xcopy *.grp a: /s
  37. xcopy *.inf a: /s                 (* my vga board comes with an inf file *)
  38.                                   (* that has to be located in the win dir*)
  39.  
  40. I run this bat file once in a while.
  41. (especially before messing with the win.ini and system.ini files)
  42.  
  43. >-- 
  44. >-------------------------------------------------------------------------------
  45. >Iskandar Taib                          | The only thing worse than Peach ala
  46. >Internet: NTAIB@SILVER.UCS.INDIANA.EDU |    Frog is Frog ala Peach
  47. >Bitnet:   NTAIB@IUBACS                 !
  48.  
  49. Have fun
  50. Henrik Lund     lund@diku.dk
  51.