home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 December
/
chip12_99.iso
/
offline
/
internet
/
ssh
/
ttermp23
/
delpassw.tt_
/
delpassw.tt
Wrap
Text File
|
1997-06-30
|
256b
|
8 lines
; Sample macro for Tera Term
; Delete a password in the password file
yesnobox 'Do you really want to delete your password?' 'Tera Term'
if result then
delpassword 'password.dat' 'mypassword'
messagebox 'Password is deleted.' 'Tera Term'
endif