home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 8 / boot-disc-1997-04.iso / PDA_Soft / Psion / comms / psionmai / firsttim < prev    next >
Text File  |  1995-07-13  |  590b  |  22 lines

  1. #!/bin/csh -f
  2. # set things up for the first time around the offline mail loop
  3. # get the emails from pop
  4. source setupenv
  5. # start the comms link up
  6. startpsion
  7. # build the in and out mta files
  8. createbothmta
  9. # build the transfer command
  10. buildfirsttrans
  11. # actualy do the transfer
  12. echo "Transfering the files"
  13. dotrans
  14. echo "Shutting the psion down"
  15. endpsion
  16. # tidyup the .msg, .mta and .hdr files
  17. echo "Deleting working files"
  18. dotidy
  19. # warn the user the transfer the applications
  20. echo If the applications are not loaded onto your psion
  21. echo please run the installapp command
  22.