home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / graphic / nomssi / play.bat < prev    next >
DOS Batch File  |  1994-08-21  |  564b  |  20 lines

  1. @echo off
  2. REM ----------------------------------------------------------------
  3. REM  The NOMSSI Viewer  Release 1.3                 (22.8.94)
  4. REM  A graphics file viewer for SuperVGA
  5. REM
  6. REM  Copyright (c) 1993,94 by NOMSSI NZALI Jacques Hubert Christian
  7. REM  All Rights Reserved.
  8. REM ----------------------------------------------------------------
  9. if "%1"=="" goto error
  10. set play=%1
  11. set listen=
  12. echo The NOMSSI Viewer play-back 
  13. nv %2 %3 %4 %5 %6 %7 %8 %9
  14. set play=
  15. goto exit
  16. :error
  17. echo.
  18. echo Syntax: PLAY recordname
  19. echo i.e.: PLAY test
  20. :exit