home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / portfoli / acdpw2 / read.me < prev   
Encoding:
Text File  |  1991-08-21  |  1.7 KB  |  77 lines

  1. RELEASE NOTES AND RANDOM WANDERINGS....
  2.  
  3. Password for the Portfolio
  4.  
  5.  
  6.  
  7. Here is version 2.0 of my password
  8. program for the PF. It works identically
  9. to version 1.1, but is much smaller.
  10.  
  11. To install password :
  12.  
  13. Copy password.exe onto your boot
  14. device. This will be C: if you don't
  15. use a RAM card, A: if you do. In the
  16. example I will assume you put it in the
  17. root directory and your password is
  18. "phlugg".
  19.  
  20. Edit your autoexec.bat file to read :
  21.  
  22. @ECHO OFF
  23. A:\PASSWORD phlugg
  24.  
  25. The rest of your autoexec comes next.
  26.  
  27. When you do a cold or warm boot you
  28. will see the prompt:
  29.  
  30. Password : 
  31.  
  32. Enter the password and press return.
  33.  
  34. Note that the backspace key DOES NOT
  35. delete the previous character.
  36.  
  37. FOR USERS OF V1.1 :
  38.  
  39. Remember to delete the old version,
  40. v2.0 is an .exe file, v1.1 was a .com
  41. file. The new one will not overwrite
  42. the old one.
  43.  
  44. IMPLEMENTATION NOTES :
  45.  
  46. This version is written in Turbo
  47. Assembler, with some help from Tom
  48. Swan's excellent book "Mastering Turbo
  49. Assembler".
  50.  
  51. I have tried to make it behave as much
  52. like the C version as possible, only
  53. saving as much space as possible, which
  54. accounts for the more terse prompt in
  55. this version.
  56.  
  57. This is my first foray into the hairy
  58. world of assembler, for those more
  59. knowledgable  in the subject than
  60. myself, please forgive the glaring
  61. style/usage errors that I'm sure I've
  62. committed. 
  63.  
  64. I haven't included the source code for
  65. the external library routines that are
  66. called from this module. I am as yet
  67. unsure of the copyright status on the
  68. code in TS's book, and since I don't
  69. have explicit permission to
  70. re-distribute it, I've not included it
  71. here.
  72.  
  73.  
  74. 10/10/90
  75. Alan Davis
  76. CIS : 72317,3661
  77.