home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / love / go.bat < prev    next >
DOS Batch File  |  1993-04-11  |  371b  |  22 lines

  1. echo off
  2. cls
  3. echo .
  4. echo  A batch file to demonstrate how to start up LOVE Forth and the Hypertext
  5. echo  HELP browsers
  6. echo .
  7.  
  8. echo .
  9. echo First install the hypertext Help system
  10. echo .
  11.  
  12. hm love.htx
  13.  
  14. echo .
  15. echo Type F1 to invoke the memory resident Help System within the demo
  16. echo .
  17. pause
  18. echo .
  19. echo Now start the LOVE Forth demo
  20. echo .
  21. loves.exe
  22.