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

  1. #!/bin/csh -f
  2. source setupenv
  3. echo Creating pscmd file
  4. echo "echo Setting chksum stuff" > trans.pscmd
  5. echo "setv chksumcorrect on" >> trans.pscmd
  6. echo "filesum on" >> trans.pscmd
  7. echo "echo Transfering mail application" >> trans.pscmd
  8. echo "put m:\app\mail.img" >> trans.pscmd
  9. echo "echo Transferins mailrdr alias" >> trans.pscmd
  10. echo "put m:\app\mailrdr.als" >> trans.pscmd
  11. echo "echo Please install the mail app (mail.img)" >> trans.pscmd
  12. echo "echo and the mailrdr alias (mailrdr.als)" >> trans.pscmd
  13. echo "echo Using the inatall app function on the psion (Psion-I)" >> trans.pscmd
  14. startpsion
  15. dotrans
  16. endpsion
  17. rm trans.pscmd
  18.