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

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!pmafire!mica.inel.gov!ux1!fcom.cc.utah.edu!gateway.univel.com!ns.novell.com!novell.com!klewis
  3. From: klewis@novell.com (Kimo Lewis)
  4. Subject: Re: More rprinter.exe
  5. Message-ID: <klewis.19.0@novell.com>
  6. Sender: usenet@Novell.COM (Usenet News)
  7. Nntp-Posting-Host: klewis.nsd.provo.novell.com
  8. Organization: Novell, Inc.
  9. References: <727245689snx@seswho.chi.il.us> <1jkc2lINNfa9@uxa.ecn.bgu.edu>
  10. Date: Wed, 20 Jan 1993 22:35:56 GMT
  11. Lines: 56
  12.  
  13. In article <1jkc2lINNfa9@uxa.ecn.bgu.edu> mftjs@uxa.ecn.bgu.edu (T. Jerry Scott) writes:
  14. >From: mftjs@uxa.ecn.bgu.edu (T. Jerry Scott)
  15. >Subject: Re: More rprinter.exe
  16. >Date: 20 Jan 1993 14:18:29 -0600
  17. >In article <727245689snx@seswho.chi.il.us> slice@seswho.chi.il.us (Steve Steiner) writes:
  18. >>I have an interesting problem with rprinter.  When I try to have it start
  19. >>via the users login script, the workstation is left with about 128k of base
  20. >>memory.  But when rprinter is started from the autoexec.bat of the workstation
  21. >>the problem goes away.  Am i not to load rprinter from the login script, or
  22. >>am I just missing something?  We're runnig Novell 3.11 on a 486DX2-66 and the
  23. >>workstations are 286SX-25 with 2mb of memory.  Not sure what version of
  24. >>rprinter.exe.
  25. >>Steve Steiner      slice@seswho.chi.il.us
  26. >
  27. >There is an article in the latest InfoWorld on these problems.  Briefly,
  28. >when you load rprinter inside the system login script, you must load
  29. >that tsr inside of the ram left with login.exe loaded.  Thus, you lose
  30. >about 100 or more K of ram that way.  Another solution is to put
  31. >rprinter.exe in the login directory, and flag it as sharable.  Then,your
  32. >autoexec.bat file does something like
  33. >
  34. >     ipx >nul
  35. >     net5 >nul
  36. >     f:
  37. >     rprinter pserver printer#
  38. >     login
  39. >
  40. >This works and now you have not lost the ram, only taking out about 5K
  41. >for rprinter.  I have done the above for diskless workstations.
  42. >
  43. >Hope this helps.
  44. >
  45. >Thanks for your Message.                      Keep in Touch.
  46. >=====================================================================
  47. >Thomas J. Scott  (aka Dr. J.)            Phone: 309-298-1452
  48. >Western Illinois University            mftjs@uxa.ecn.bgu.edu
  49.  
  50.  
  51. You may also simply exit the login script to a bat file and within 
  52. that bat file, call rprinter.exe.  Let me give you an example.
  53.  
  54. LOGIN SCRIPT
  55.     map s1:=sys:public
  56.     #capture
  57.     exit "print.bat"
  58.  
  59. PRINT.BAT (found in public)
  60.     rprinter pserver 0
  61.  
  62. The syntax for rprinter.exe is "rprinter printServerName printerNumber".
  63. If you use this method in the system login script, the user's login scripts 
  64. won't be executed.
  65.  
  66. Kimo Lewis
  67. Klewis@Novell.com
  68.  
  69.