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

  1. h57749
  2. s 00015/00000/00000
  3. d D 1.1 95/07/06 18:59:06 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 "unsetv verbose" > trans.pscmd
  16. echo "unsetv rmcheck" >> trans.pscmd
  17. echo "echo "Deleting mail app"" >> trans.pscmd
  18. echo "rm m:\app\mail.img" >> trans.pscmd
  19. echo "echo Deleting mailrdr alias" >> trans.pscmd
  20. echo "rm m:\app\mailrdr.als" >> trans.pscmd
  21. echo "echo You should use the remove app option (psion-/)" >> trans.pscmd
  22. echo "echo to remove the mail and mailrdr applications" >> trans.pscmd
  23. startpsion
  24. dotrans
  25. endpsion
  26. rm trans.pscmd
  27. E 1
  28.