home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 September / VPR9809A.ISO / OLS / Windows / ARCHIVE / TTERMP23.ZIP / delpassw.tt_ / delpassw.tt
Text File  |  1997-06-30  |  256b  |  8 lines

  1. ; Sample macro for Tera Term
  2. ;  Delete a password in the password file
  3.  
  4. yesnobox 'Do you really want to delete your password?' 'Tera Term'
  5. if result then
  6.   delpassword 'password.dat' 'mypassword'
  7.   messagebox 'Password is deleted.' 'Tera Term'
  8. endif