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 >
Wrap
Text File
|
1993-03-03
|
494b
|
25 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 a new pricelist
# downloads the latest agenda/cm data
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 the pricelist
run pricelist
echo Downloading Agenda
run downloadagn
echo Done
echo Quitting
quit