home *** CD-ROM | disk | FTP | other *** search
/ 3-D SPEX / SLIP5000.BIN / nuviewer / demo.bat < prev    next >
DOS Batch File  |  1996-07-31  |  1KB  |  51 lines

  1. @echo off
  2. rem Play all of the standard NuViewer reel batch files
  3.  
  4. if not exist Stillife.bat echo Stillife.bat not found.
  5. if not exist Lndscps.bat echo Lndscps.bat not found.
  6. if not exist Rustic.bat echo Rustic.bat not found.
  7. if not exist Thgs-go.bat echo Thgs-go.bat not found.
  8. if not exist Big-Pict.bat echo Big-Pict.bat not found.
  9.  
  10. if not exist Stillife.bat goto End
  11. if not exist Lndscps.bat goto End
  12. if not exist Rustic.bat goto End
  13. if not exist Thgs-go.bat goto End
  14. if not exist Big-Pict.bat goto End
  15.  
  16. :StartDemo
  17.  
  18. call Stillife.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
  19.  
  20. if "%1"=="" cls
  21. ync Continue demo to the Landscapes reel (2/5)
  22. if errorlevel 2 goto End
  23.  
  24. call Lndscps.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
  25.  
  26. if "%1"=="" cls
  27. ync Continue demo to the Things Rustic reel (3/5)
  28. if errorlevel 2 goto End
  29.  
  30. call Rustic.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
  31.  
  32. if "%1"=="" cls
  33. ync Continue demo to the Things That Go reel (4/5)
  34. if errorlevel 2 goto End
  35.  
  36. call Thgs-go.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
  37.  
  38. if "%1"=="" cls
  39. ync Continue demo to the Big Pictures reel (5/5)
  40. if errorlevel 2 goto End
  41.  
  42. call Big-Pict.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
  43.  
  44. if "%1"=="" cls
  45. ync Restart demo with the Still Life reel (1/5)
  46. if errorlevel 2 goto End
  47. goto StartDemo
  48.  
  49. :End
  50.  
  51.