home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / cobol / 548 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.1 KB  |  48 lines

  1. Newsgroups: alt.cobol
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!sunova!sscvx1.ssc.gov!dlittle
  3. From: dlittle@sscvx1.ssc.gov (DENNIS LITTLE)
  4. Subject: Re: Disable Control-Break on a PC?
  5. Message-ID: <17NOV199213095512@sscvx1.ssc.gov>
  6. News-Software: VAX/VMS VNEWS 1.4-b1  
  7. Sender: usenet@sunova.ssc.gov (News Admin)
  8. Nntp-Posting-Host: sscvx1
  9. Organization: Superconducting Super Collider Laboratory
  10. References: <1689E94E1.SC739034@ysub.ysu.edu>
  11. Date: Tue, 17 Nov 1992 19:09:00 GMT
  12. Lines: 34
  13.  
  14. In article <1689E94E1.SC739034@ysub.ysu.edu>, SC739034@ysub.ysu.edu (Jeff Hoxworth)  writes...
  15. >Hello!
  16. >I program in Microsoft COBOL and have one important question:
  17. >Does anyone know any way I can disable the Control-Break key on a PC?
  18. >My program is supposed to put up a password screen (it does) and not
  19. >let anyone past the screen unless they know the correct password (it
  20. >does UNLESS someone uses Control-Break).
  21. >I would appreciate any help anyone can offer!
  22. >                                                 Thanks!
  23. >============================================================================
  24. >Real users never know what they want, but they always know when your program
  25. >                         doesn't deliver it.
  26. >============================================================================
  27. >"Everyplace is walking distance if you have the time"
  28. >                                            -Steven Wright
  29. >============================================================================
  30. >Jeff Hoxworth   SC739034@ysub.ysu.edu
  31.  
  32. If this program comes up on bootup, then there are TSR's available for doing
  33. what you ask and if not, I've written a routine which a login is all it does
  34. and then calls the next program in line (the main menu setup in this case)... 
  35. In MS-Cobol at least, a called program can't be executed alone so there is
  36. no need to worry about the Ctrl-Break combo or any other.  One problem still
  37. exists and that is the Password file is unprotected completely when booting
  38. from floppy so I need to find a good encrypt scheme.
  39.  
  40. me
  41.