home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / sounds / dmpcc12.zip / DMPCC12.DOC < prev    next >
Text File  |  1993-09-22  |  5KB  |  135 lines

  1.  
  2.  
  3.                      DMP Control Center v1.2 Documentation           9/22/93
  4.                      -------------------------------------
  5.  
  6. I'll try to make this short and simple.
  7.  
  8. I made this program because I love the Dual Module Player (DMP) written by
  9. Otto Chrons and the Protected Module Player(PMP) written by Jussi Lahdenniemi
  10. and Otto Chrons.  In my opinion, they are the best .MOD players in existence.
  11. They also play .669, .S3M, .STM, and .NST files, as well as some other music
  12. formats.  They support practically every sound card and have incredible sound
  13. quality.  The only main difference between the two is that PMP uses XMS while
  14. DMP uses EMS.  Anyway, these programs are lacking in only one item:  there is
  15. no shell where you can select files.  I have seen a couple of other DMP shell
  16. programs, and I didn't like them, so I made my own.  Personally I think I did
  17. a good job, and I think you'll agree.
  18.  
  19.  
  20. Command-line options:
  21. ---------------------
  22.  
  23. dmpcc </NE> </?> <directory to begin in>
  24.  
  25. No options are necessary.  Don't type the < and the >.
  26.  
  27. /NE stands for NO EMS.  Otherwise the program will attempt to use EMS for
  28. the overlay file if it is available.
  29.  
  30. /? gives a very small help screen
  31.  
  32.  
  33. In-program options:
  34. -------------------
  35.  
  36. H = help
  37. P = play current file
  38. D = delete current file or remove highlighted subdirectory if it is empty
  39. R = rename current file
  40. C = copy current file
  41. M = move current file
  42. L = log onto new drive
  43. F = change filespec mask
  44. SPACE = tag current file and advance highlight bar
  45. ENTER = change directory (if highlight bar is on a directory)
  46. ALT-T = tag or untag all files
  47. ALT-D = delete all tagged files
  48. ALT-C = copy all tagged files
  49. ALT-M = move all tagged files
  50. ALT-P = play all tagged files normally
  51. CONTROL-P = play all tagged files in 1 x 1 mode
  52.    *********
  53.      note:  I put this option in because occasionally, DMP and PMP will have
  54.             problems if there are a lot of files in memory.  1 x 1 mode will
  55.             play a file, wait a moment and give you a chance to abort by 
  56.             hitting ESC, and then move onto the next file, eliminating any
  57.             memory problems.
  58.    *********
  59. ALT-X = quit DMP Control Center
  60. Function Keys F1 - F9 = choose 1 of the up to 9 configurations you have 
  61.                         chosen in the DMPCC.CFG configuration file
  62.  
  63.  
  64.  
  65. Configuration File:
  66. -------------------
  67.  
  68. The file dmpcc.cfg MUST exist in the same directory as the dmpcc.exe file,
  69. and it must contain at least one useable configuration line.  You can have
  70. up to 9 configurations in this file.  Lines starting with ; or { or a space 
  71. will be ignored.  On each line, put an executable file followed by it's 
  72. command-line parameters.  I have provided 2 examples in this file already.  
  73. If you wish, you can specify the default filespec mask for DMP Control Center 
  74. in the configuration file as well.  The line must start with 
  75.  
  76. DEFAULT_FILE_MASK=
  77.  
  78. followed immediately by the filespec you desire.  Example:
  79.  
  80. default_file_mask=*.mod   OR   default_FILE_mask=song*.*
  81.  
  82. Notice that capitalization does not matter.  Put as many of these default
  83. filespec lines as you wish;  the last line will overrule any previous ones.
  84.  
  85.  
  86. Other Notes:
  87. ------------
  88.  
  89. You do not have to be in the directory of dmpcc.exe to run the program.  The
  90. file dmpcc.ovr must be in the same directory as dmpcc.exe and dmpcc.cfg.  The
  91. maximum number of files that DMP Control Center can read in one directory is
  92. 1400.  Any files beyond this amount will be ignored.  This shouldn't be too
  93. much of a problem.
  94.  
  95.  
  96. Bugs:
  97. -----
  98.  
  99. The only bug I am aware of is that if a directory is hidden or read-only,
  100. DMP Control Center will read it as a normal file.  I tried to get this to
  101. work right, but I haven't figured it out yet.  It's not worth delaying the
  102. release of this program.  If and when I figure it out, I'll put out a new
  103. version along with any other fixes.  If you can help me on this, please
  104. leave me some email at my Internet address(below).  Thanks.
  105.  
  106.  
  107. Where I Can Be Reached:
  108. -----------------------
  109.  
  110. PLEASE report ANY bugs, problems, suggestions, compliments, etc... to my 
  111. Internet email address:  klenk@cs.odu.edu
  112.  
  113. This program is free, but of course I'll take all your money if you want...
  114.  
  115.  
  116.  
  117. Revisions:
  118. ----------
  119.  
  120. v1.2  9-22-93  : Well, I feel like an idiot for releasing 3 versions so close
  121.          together, but what can you do...  Anyway, I recieved a 
  122.          suggestion to increase the maximum number of files that 
  123.          DMPCC can handle.  It used to be 450.  It is now 1400.  This
  124.          should really be enough for anyone.  If you have more than
  125.          1400 mods, let me know.  Now you can use a semicolon (;) as
  126.          a 'remark' indicator in the config file as well as a { or a
  127.          space.  Fixed a bug with trying to copy or move a file to a
  128.          drive that had insufficient space.  Also:  DMPCC now only 
  129.          uses up 1k of memory.  (Just kidding.)
  130.  
  131. v1.1  9-20-93  : Found a bug in the move and copy procedures, where if the
  132.          user tried to copy or move a file(s) to the same directory,
  133.          the file would be reduced to 0 bytes.  Fixed.
  134.  
  135. v1.0  9-14-93  : First public release.