home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ckscripts / helper.ksc < prev    next >
Text File  |  2020-01-01  |  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.