Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!rex!uflorida!reef.cis.ufl.edu!jdb From: jdb@reef.cis.ufl.edu (Brian K. W. Hook) Newsgroups: comp.os.msdos.programmer Subject: Need help installing passsword protection Message-ID: <28226@uflorida.cis.ufl.EDU> Date: 27 Apr 91 00:06:06 GMT Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Dept. Lines: 20 I want to install a rudimentary password protection program on my computer system. It currently resides as the firstline of my AUTOEXEC.BAT file, unfortunaetly this can be circumvented via repeated hitting of Ctrl-C on boot up. What I would like to do is install it as a device driver in my CONFIG.SYS file. I have tried, naively, just using: DEVICE=C:\PASS.EXE The program works, however, it bombs on exit. I tried using SHELL=C:\PASS.EXE and then using an execv() call to COMMAND.COM to start it as the real command interpreter, but that bombs too. I am using Turbo C (BC++ 2.00). If anyone has some pointers, please fling em my way please. Brian