home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo off
- rem ┌──────────────────────────────────────────────────────────────────────┐
- rem │ │
- rem │ Nohiss Player-only batch file. Please edit this to suit your needs. │
- rem │ │
- rem │ To play multiple filenames, try a utility called Wildrun, available │
- rem │ on BBS's/FTP sites as WILD1x.ZIP. Or send me a post card at the │
- rem │ address below and I'll send it to you. │
- rem │ │
- rem │ Andy Hakim │
- rem │ PO Box 70392 │
- rem │ Houston, TX 77270-0392 │
- rem │ │
- rem │ Internet email: st144@menudo.uh.edu │
- rem │ All my utilities are available via anonymous FTP on menudo.uh.edu │
- rem │ │
- rem └──────────────────────────────────────────────────────────────────────┘
- if "%1" == "" goto no_args
- nohiss /playi /nopause /noprocess %1
- goto end
-
-
- :no_args
- echo.
- echo. This batch file invokes NOHISS in a player-only mode.
- echo.
- echo. Please specify a .VOC filename (ex: PLAYVOC SAMPLE)
- echo. To play multiple files, use a utility such as WILDRUN.
- echo.
-
- :end
-