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 >
Wrap
Text File
|
1993-04-29
|
524b
|
24 lines
# this is a general sync prog for the psion organiser
# it :
# uploads any quotes
# uploads any .txt files
# clears out any .txt files
# downloads the latest agenda/cm data
# It deliberatley does not mangle the pricelist as that takes to long and
# does not change very often
echo Uploading quotes
run quotes
echo Uploading txt files
run gettxt
echo Clearing txt files
run cleartxt
echo Uploading RTF files
run getrtf
echo Clearing RTF files
run clearrtf
echo Downloading Agenda
run downloadagn
echo Done
echo Quitting
quit