home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / novell / 11968 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  2.3 KB

  1. Path: sparky!uunet!opl.com!hri.com!noc.near.net!news.Brown.EDU!qt.cs.utexas.edu!cs.utexas.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!agate!doc.ic.ac.uk!warwick!uknet!comlab.ox.ac.uk!oxford.ac.uk!wa95003
  2. From: wa95003@oxford.ac.uk (Martin J Bligh)
  3. Newsgroups: comp.sys.novell
  4. Subject: Windows & Novell 3.11 (getting it working)
  5. Message-ID: <1993Jan26.200307.18587@black.ox.ac.uk>
  6. Date: 26 Jan 93 20:03:07 GMT
  7. Sender: wa95003@black.ox.ac.uk (Martin J Bligh)
  8. Organization: Oxford University, UK
  9. Lines: 41
  10. Originator: wa95003@black
  11.  
  12. I am trying to get windows running under Novell 3.11
  13.  
  14. I seem to be running into a few problems, which I am sure must be
  15. fairly standard. I have set up windows so that each user has their own
  16. copies of the ini files, etc. The main windows directory is
  17. root-mapped to W: and is always in the path. H: is root mapped to the
  18. users home directory, and their configs are saved into H:\WINDOWS
  19.  
  20. (1) Different machines on the net have different video cards, etc. I
  21. thus need to autodetect the chipset (which I will probably write a
  22. small program in C to do), and then autoconfigure the .ini files
  23. apropriately. Any user should be able to use any workstation, and I
  24. don't want to end up having about 3 sets of windows files for each
  25. user, one for each chipset.
  26.  
  27. (2) When I install a new application, I need to update all the users
  28. files for win.ini etc. This is incredibly tedious, and there must be
  29. an easier way to do it.
  30.  
  31. The only solution that I can think of is to automatically build
  32. win.ini, etc. when the user goes into windows. This would involve
  33. assembling from 3 bits:
  34.  
  35. a) The main system part - this would be changed when a new application
  36. was installed.
  37. b) The hardware part - this would piece in the appropriate sections
  38. for the video card on the machine being used.
  39. c) The user's part - this would enable the user to configure their own
  40. changes, not just to things like the backdrop, but also to
  41. applications, like Word for windows, etc.
  42.  
  43. When the user exits Windows, the changes that they have made to
  44. win.ini, etc should be filtered out, and saved back into the "user's
  45. part" so that they will not be lost.
  46.  
  47. Does such a tool already exist? If not, would anyone be willing to
  48. co-operate in a project to get such a thing going? I am familiar with
  49. the structure of .ini files, and am a reasonably competent
  50. C-programmer.
  51.  
  52. Fletch
  53.