home *** CD-ROM | disk | FTP | other *** search
- #!/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
-