home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / EDUCATE / ULTSPELL.ZIP / STUDENT.BAT < prev    next >
DOS Batch File  |  1992-11-30  |  292b  |  8 lines

  1. echo off
  2. REM  This Batch files allows you to have the computer automaticaly
  3. REM  run a game if the student gets all the words correct in the 
  4. REM  spelling list. Simply subsitute the name of the game where
  5. REM  it says     echo you won !!!
  6. spelling %1
  7. if errorlevel 1 echo you won !!!
  8.