home *** CD-ROM | disk | FTP | other *** search
- h03910
- s 00017/00000/00000
- d D 1.1 95/07/06 18:58:58 tim 1 0
- c These are shell scripts that talk to varios programs involved in sending email to / from the psion
- e
- u
- U
- f e 0
- t
- T
- I 1
- #!/bin/csh -f
- source setupenv
- echo Creating pscmd file
- echo "echo Setting chksum stuff" > trans.pscmd
- echo "setv chksumcorrect on" >> trans.pscmd
- echo "filesum on" >> trans.pscmd
- echo "echo Transfering mail application" >> trans.pscmd
- echo "put m:\app\mail.img" >> trans.pscmd
- echo "echo Transferins mailrdr alias" >> trans.pscmd
- echo "put m:\app\mailrdr.als" >> trans.pscmd
- echo "echo Please install the mail app (mail.img)" >> trans.pscmd
- echo "echo and the mailrdr alias (mailrdr.als)" >> trans.pscmd
- echo "echo Using the inatall app function on the psion (Psion-I)" >> trans.pscmd
- startpsion
- dotrans
- endpsion
- rm trans.pscmd
- E 1
-