home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / ckscripts / helper.ksc < prev    next >
Text File  |  2002-08-15  |  155b  |  10 lines

  1. cls
  2. echo Hello from \%0!
  3. echo
  4. echo This is a Kermit script invoked by clicking on a URL.
  5. echo
  6. echo I will exit in four seconds...
  7. sleep 4
  8. echo Bye!
  9. exit 0
  10.