home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / time / dcf77 / docs and install english / try out < prev    next >
Encoding:
Text File  |  1996-08-18  |  438 b   |  15 lines

  1. echo "*N Running Exchange, the German DCF77 Diagnosis*N and GClock in 20 Seconds...*N"
  2. echo " You can quit DCF77 Diagnosis with Ctrl-C*N or with Exchange.*N"
  3. wait 20
  4. if exists SYS:Tools/Commodities/Exchange
  5.     run >nil: SYS:Tools/Commodities/Exchange cx_popup=yes
  6. else
  7.     if exists SYS:WBStartup/Exchange
  8.         run >nil: SYS:WBStartup/Exchange cx_popup=yes
  9.     endif
  10. endif
  11. wait 1
  12. run /Utilities/GClock
  13. run "/DCF77 (Kickstart 2.04)/DCF77 Diagnosis"
  14.  
  15.