home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM ----------------------------------------------------------------
- REM The NOMSSI Viewer Release 1.40 (11.1.95)
- REM A graphics file viewer for SuperVGA
- REM
- REM Copyright (c) 1993,95 by NOMSSI NZALI Jacques Hubert Christian
- REM All Rights Reserved.
- REM ----------------------------------------------------------------
- if "%1"=="" goto error
- set play=%1
- set listen=
- echo The NOMSSI Viewer play-back
- REM
- echo.
- echo This program is ShareWare. You may copy and distribute it as stated in
- echo the README.NV file, but payment of US$29 is required for continued use.
- echo Use the REGISTER.FRM file to order a registered release.
- echo .
- pause
- REM
- nv %2 %3 %4 %5 %6 %7 %8 %9
- set play=
- goto exit
- :error
- echo.
- echo Syntax: PLAY recordname
- echo i.e.: PLAY test
- :exit