home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / PSIONMAI / PMFULLSO / SUNMAIL / SCCS / S.INS < prev    next >
Encoding:
Text File  |  1995-07-06  |  826 b   |  30 lines

  1. h03910
  2. s 00017/00000/00000
  3. d D 1.1 95/07/06 18:58:58 tim 1 0
  4. c These are shell scripts that talk to varios programs involved in sending email to / from the psion
  5. e
  6. u
  7. U
  8. f e 0
  9. t
  10. T
  11. I 1
  12. #!/bin/csh -f
  13. source setupenv
  14. echo Creating pscmd file
  15. echo "echo Setting chksum stuff" > trans.pscmd
  16. echo "setv chksumcorrect on" >> trans.pscmd
  17. echo "filesum on" >> trans.pscmd
  18. echo "echo Transfering mail application" >> trans.pscmd
  19. echo "put m:\app\mail.img" >> trans.pscmd
  20. echo "echo Transferins mailrdr alias" >> trans.pscmd
  21. echo "put m:\app\mailrdr.als" >> trans.pscmd
  22. echo "echo Please install the mail app (mail.img)" >> trans.pscmd
  23. echo "echo and the mailrdr alias (mailrdr.als)" >> trans.pscmd
  24. echo "echo Using the inatall app function on the psion (Psion-I)" >> trans.pscmd
  25. startpsion
  26. dotrans
  27. endpsion
  28. rm trans.pscmd
  29. E 1
  30.