home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 8 / boot-disc-1997-04.iso / PDA_Soft / Psion / comms / SYLINK / DREI.BAT < prev   
DOS Batch File  |  1994-01-21  |  993b  |  31 lines

  1. @ECHO OFF
  2. c:
  3. cd\sylink
  4. echo Auto-Backup & Flash reformat script for Psion Series III
  5. echo using the SyLink communication environment.
  6. echo Written by Hanno Liem, september 9th 1993.
  7. echo.
  8. echo Press any key to continue.
  9. pause >nul
  10. cls
  11. echo INSTRUCTIONS:
  12. echo 1. Plug 3Link cable in COMx: serial port, and
  13. echo    connect the other side to the Psion III.
  14. echo 2. Make sure that the "REMOTE LINK" option 
  15. echo    on the Psion is set to "ON".
  16. echo    "BAUD RATE" should be 9600.
  17. echo    Check by pressing PSION-L.
  18. echo 3. Close all open applications.
  19. echo    Do so by pressing the DELETE button when
  20. echo    on the application at the main menu.
  21. echo.
  22. echo This program will backup all the DATA, WORD and AGENDA
  23. echo information in the A: flash pack of your Psion,
  24. echo reformat it, and then write all the info back.
  25. echo To start this procedure, press any key.
  26. echo To cancel this procedure, press BREAK (Control-C)...
  27. pause >nul
  28. sylink @backup
  29. echo.
  30. echo JOB DONE!
  31.