home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / novell / 11987 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.7 KB  |  46 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!digex.com!intercon!udel!news.udel.edu!bach.udel.edu!mulford
  3. From: mulford@bach.udel.edu (George Mulford)
  4. Subject: Re: Windows & Novell 3.11 (getting it working)
  5. Message-ID: <C1Iy0M.5rq@news.udel.edu>
  6. Sender: usenet@news.udel.edu
  7. Nntp-Posting-Host: bach.udel.edu
  8. Organization: University of Delaware
  9. References: <1993Jan26.200307.18587@black.ox.ac.uk>
  10. Date: Wed, 27 Jan 1993 18:00:21 GMT
  11. Lines: 33
  12.  
  13. In article <1993Jan26.200307.18587@black.ox.ac.uk> wa95003@oxford.ac.uk (Martin J Bligh) writes:
  14. ; The only solution that I can think of is to automatically build
  15. ; win.ini, etc. when the user goes into windows. This would involve
  16. ; assembling from 3 bits:
  17.  
  18. Why not save the three or four configurations in three or four
  19. subdirectories and use an environment variable to point to them?  What we
  20. do is something like this (I'm winging this...but you get the point):
  21.  
  22. in the system login script you have a big IF statement that generates a
  23. station number from your ethernet card number (which is P_STATION):
  24.  
  25. if "%P_STATION"="0325C3EFDA" then dos set station="01"
  26. ...lots more if statements here
  27.  
  28. Then you do
  29.  
  30. map j:=myserver/sys:wininits
  31. #copy j:%station%\*.* c:\windows3.1
  32.  
  33. You document all this in a big spreadsheet, and if you're really cool,
  34. you write a spreadsheet macro to generate the "if" statements from the
  35. spreadsheet, and just use Novell's "include" command to bring the file so
  36. generated into your login file.  It's not pretty, but it beats writing code
  37. that will be obsolete when Windows goes into a new version.
  38.  
  39. Don't flame me...I didn't make this up, but I copied it.
  40. -- 
  41.  
  42. George W. Mulford                              mulford@brahms.udel.edu
  43. Instructional Technology Center                University of Delaware
  44.