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

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