home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / password / password.doc < prev   
Text File  |  1992-11-15  |  792b  |  23 lines

  1.  
  2.         Place PASSWORD.COM in your AUTOEXEC.BAT file.
  3.         PASSWORD.COM's default password is SWIFTWARE
  4.  
  5.         Type: PASSWORD then press enter to test run the program.
  6.         At the password prompt type SWIFTWARE then press enter.
  7.         Try entering an incorrect password  he, he.
  8.         To change password use DOS debug program.
  9.  
  10.         Type: DEBUG PASSWORD.COM
  11.  
  12.         At the debug prompt type:  F 103 116 0  press enter
  13.         This replaces old password with "0"s
  14.  
  15.         Next type:  E 103 'ANY_WORD'  press enter
  16.         Be sure to include the quotes at the beginning and end of
  17.         the password you use ( up to 20 characters in length ). 
  18.         PASSWORD MUST BE IN UPPERCASE
  19.  
  20.         Type: W  then press enter to write program to disk
  21.  
  22. 11-14-92
  23.