home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / x_psion / psion.progs / pscmd / master.pscmd < prev    next >
Text File  |  1993-03-03  |  494b  |  25 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 a new pricelist
  7. # downloads the latest agenda/cm data
  8. echo Uploading quotes
  9. run quotes
  10. echo Uploading txt files
  11. run gettxt
  12. echo Clearing txt files
  13. run cleartxt
  14. echo Uploading RTF files
  15. run getrtf
  16. echo Clearing RTF files
  17. run clearrtf
  18. echo Downloading the pricelist
  19. run pricelist
  20. echo Downloading Agenda
  21. run downloadagn
  22. echo Done
  23. echo Quitting
  24. quit
  25.