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

  1. #!/bin/csh -f
  2. source setupenv
  3. echo Creating pscmd file
  4. echo "unsetv verbose" > trans.pscmd
  5. echo "unsetv rmcheck" >> trans.pscmd
  6. echo "echo "Deleting mail app"" >> trans.pscmd
  7. echo "rm m:\app\mail.img" >> trans.pscmd
  8. echo "echo Deleting mailrdr alias" >> trans.pscmd
  9. echo "rm m:\app\mailrdr.als" >> trans.pscmd
  10. echo "echo You should use the remove app option (psion-/)" >> trans.pscmd
  11. echo "echo to remove the mail and mailrdr applications" >> trans.pscmd
  12. startpsion
  13. dotrans
  14. endpsion
  15. rm trans.pscmd
  16.