home *** CD-ROM | disk | FTP | other *** search
/ Digispeech DS201A Drivers / ds201a_v120a.zip / TEST / TEST.BAT < prev   
DOS Batch File  |  1991-12-22  |  335b  |  13 lines

  1. @echo off
  2. lwdigi
  3. driverid
  4. cvsdplay p1.cv5
  5. echo Connect microphone to the DS201 Audio Adapter, then
  6. echo hit any key to record CVSD at 4800 bytes/s or ^C to abort.
  7. pause > nul
  8. cvsdrec test.cv5 5 3
  9. echo Playback recorded CVSD file (at 4800 bytes/s) in background:
  10. cvsdplay test.cv5
  11. rem Uninstall Digispeech driver:
  12. lwdigi /u
  13.