home *** CD-ROM | disk | FTP | other *** search
- h65112
- s 00021/00000/00000
- d D 1.1 95/07/06 18:58:53 tim 1 0
- c These are shell scripts that talk to varios programs involved in sending email to / from the psion
- e
- u
- U
- f e 0
- t
- T
- I 1
- #!/bin/csh -f
- # set things up for the first time around the offline mail loop
- # get the emails from pop
- source setupenv
- # start the comms link up
- startpsion
- # build the in and out mta files
- createbothmta
- # build the transfer command
- buildfirsttrans
- # actualy do the transfer
- echo "Transfering the files"
- dotrans
- echo "Shutting the psion down"
- endpsion
- # tidyup the .msg, .mta and .hdr files
- echo "Deleting working files"
- dotidy
- # warn the user the transfer the applications
- echo If the applications are not loaded onto your psion
- echo please run the installapp command
- E 1
-