home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- c:
- cd\sylink
- echo Auto-Backup & Flash reformat script for Psion Series III
- echo using the SyLink communication environment.
- echo Written by Hanno Liem, september 9th 1993.
- echo.
- echo Press any key to continue.
- pause >nul
- cls
- echo INSTRUCTIONS:
- echo 1. Plug 3Link cable in COMx: serial port, and
- echo connect the other side to the Psion III.
- echo 2. Make sure that the "REMOTE LINK" option
- echo on the Psion is set to "ON".
- echo "BAUD RATE" should be 9600.
- echo Check by pressing PSION-L.
- echo 3. Close all open applications.
- echo Do so by pressing the DELETE button when
- echo on the application at the main menu.
- echo.
- echo This program will backup all the DATA, WORD and AGENDA
- echo information in the A: flash pack of your Psion,
- echo reformat it, and then write all the info back.
- echo To start this procedure, press any key.
- echo To cancel this procedure, press BREAK (Control-C)...
- pause >nul
- sylink @backup
- echo.
- echo JOB DONE!
-