Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!ogicse!pdxgate!eecs!johnh From: johnh@eecs.cs.pdx.edu (John Harris) Newsgroups: comp.sys.novell Subject: Re: How to "su" w/ Novell Message-ID: <2627@pdxgate.UUCP> Date: 14 May 91 20:49:13 GMT References: <16195@helios.TAMU.EDU> Sender: news@pdxgate.UUCP Reply-To: johnh@eecs.UUCP (John Harris) Organization: Portland State University, Portland, OR Lines: 34 In article <16195@helios.TAMU.EDU> dws1010@helios.TAMU.EDU (David Smith) writes: >>> If you are running NetWare 3.X you might ... > >Is there any kind of program or Utility out on the market that would emulate >the "su" that will run on Netware 2.15 ?? Perhaps I missed something, but why not just make a batch file called "su"? Or just use "login supervisor"? The only bummer is if you "logout" of the switched too user's account, you will not go back to the old user, but rather be logged out of the server. Contents of my "su.bat": @echo off if "%1" == "" goto super n:login %1 goto done :super n:login supervisor :done exit When I'm logined in as a user and what to "su" to supervisor, type "su" Just supply the password! If I'm logged in as supervisor and want to go back, type "su user" and supply a password. John Harris CAD Lab Supervisor Portland State University johnh@eecs.ee.pdx.edu