home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / forth / pfe-0.000 / pfe-0 / pfe-0.9.13 / test / do-tests.bat < prev    next >
Encoding:
DOS Batch File  |  1995-03-12  |  222 b   |  17 lines

  1. @echo off
  2. rem
  3. rem run a few tests.
  4. rem
  5.  
  6. ..\src\pfe suite
  7.  
  8. echo "Hit return to test saving dictionary images and the tetris demo."
  9. pause
  10.  
  11. cd ..\demo
  12. ..\src\pfe -q -D tt.dic tt.app
  13. ..\src\pfe -d tt.dic
  14.  
  15. rm tt.dic
  16. cd ..\test
  17.