Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cunixf.cc.columbia.edu!cs.columbia.edu!abrams From: abrams@cs.columbia.edu (Steven Abrams) Newsgroups: comp.sys.novell Subject: Re: Backup to tape and priveleges Message-ID: Date: 6 Dec 90 23:57:07 GMT References: <842@macuni.mqcc.mq.oz> Sender: news@cs.columbia.edu (The Daily News) Organization: Columbia University Department of Computer Science Lines: 27 In-Reply-To: dbielik@sunc.mqcc.mq.oz.au's message of 6 Dec 90 03:09:01 GMT In article <842@macuni.mqcc.mq.oz> dbielik@sunc.mqcc.mq.oz.au (Danny Bielik) writes: [...Stuff deleted...] Now, onto other matters, how can one run a batch file from a login script without using EXIT "batchfile"? Easy. #COMMAND /C "batchfile" This lets you run the batchfile within the login script. When the batch file exits, it returns you to the login script, no EXIT required. ~~~Steve -- /************************************************* * *Steven Abrams abrams@cs.columbia.edu * **************************************************/ #include #include