home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
199.img
/
HYPE4.ZIP
/
LOCAL.HP
< prev
next >
Wrap
Text File
|
1990-05-08
|
735b
|
34 lines
label(10)
branch subroutine(100)
wipe screen()
position(1,1)
prompt("HyperACCESS//5 E-Mail")
position(3,1)
key string(S(0),"Please enter your name: ")
put environment("HA5_LOCAL","TRUE")
run("chkmail /S(0)")
run("mail /S(0)")
prompt("Processing data files, one moment please.../n")
option("blank",yes)
run("maintain")
option("blank",no)
branch subroutine(200)
prompt("Thank you/n")
end()
label(100)
store system("/SAVE")
emulate("tty")
option("local",yes)
option("echo",no)
option("fduplex",no)
option("use line wait",no)
option("send line feeds",no)
option("receive line feeds",yes)
character delay(0)
return()
label(200)
option("local",no)
load system("/SAVE")
return()