home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / sndbords / proaudio / mvdoc / mvmin.doc < prev    next >
Text File  |  1993-02-03  |  1KB  |  41 lines

  1. MVMIN - TSR Providing Minimal MVSOUND.SYS Services
  2.  
  3.  
  4. Syntax
  5.  
  6.     mvmin            # display command syntax and TSR status
  7.     mvmin -h        # to display more information
  8.     mvmin -s        # to display status on the ISR/TSR
  9.     mvmin -i        # to install PCM routines as a TSR 
  10.     mvmin -u        # to unload the TSR
  11.     mvmin -l [command]    # to load the ISR, run command, then unload
  12.     mvmin -bXXX        # XXX= board address 
  13.  
  14.  
  15. Options
  16.  
  17.     q -    toggle quiet mode (-l sets quiet)
  18.     h -    display additional information 
  19.     s -    display install status
  20.  
  21.     i -     install as TSR
  22.     u -     uninstall TSR
  23.  
  24.     l program.exe
  25.         -     load ISR, run "program.exe", unload and exit
  26.         -    returns as "errorlevel" the result of "program.exe"
  27.  
  28.     bXXX    -    XXX= port address of board (default: find it)
  29.  
  30.  
  31. Usage
  32.  
  33. Some system configurations require maximum conventional memory 
  34. availability, and so mvsound.sys is not used.
  35.  
  36. You can configure your system to use "proas.exe" and "mvmin.com"
  37. instead of using "mvsound.sys", and programs that expect the 
  38. int 2Fh interface will find it from mvmin.com.
  39.  
  40.  
  41.