home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / x_psion / psion.progs / pscmd / mini.pscmd < prev    next >
Text File  |  1993-04-29  |  524b  |  24 lines

  1. # this is a general sync prog for the psion organiser
  2. # it :
  3. # uploads any quotes
  4. # uploads any .txt files
  5. # clears out any .txt files
  6. # downloads the latest agenda/cm data
  7. # It deliberatley does not mangle the pricelist as that takes to long and
  8. # does not change very often
  9. echo Uploading quotes
  10. run quotes
  11. echo Uploading txt files
  12. run gettxt
  13. echo Clearing txt files
  14. run cleartxt
  15. echo Uploading RTF files
  16. run getrtf
  17. echo Clearing RTF files
  18. run clearrtf
  19. echo Downloading Agenda
  20. run downloadagn
  21. echo Done
  22. echo Quitting
  23. quit
  24.