home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / x_psion / psion.progs / pscmd / quotes.pscmd < prev    next >
Text File  |  1993-01-14  |  518b  |  17 lines

  1. REM this command uploads the list of quotes, and then
  2. REM sends each quote to a quote types using quotemail
  3. REM it then removes the files on the sun and on the psion
  4. REM using quoterm
  5. echo Quote Uplink Program
  6. ifusetv quoterecv [LOGNAME]
  7. echo Locating all quotes
  8. listf m: quotes *.quo /tmp/quotenames
  9. echo Uploading quotes
  10. foreach /tmp/quotenames get
  11. echo Mailing Quotes
  12. foreach /tmp/quotenames run quotemail
  13. echo Removing Files and old quotes
  14. foreach /tmp/quotenames run quoterm
  15. ! rm /tmp/quotenames
  16. echo Done Quotes
  17.