home *** CD-ROM | disk | FTP | other *** search
/ Media Share 8 / MEDIASHARE_08.ISO / modutil / mod2l204.arj / MOD2LIST.DOC < prev    next >
Text File  |  1994-01-08  |  3KB  |  75 lines

  1. MOD2LIST (P,R,TM) 1993 Sôfí. 94JAN08
  2. Version 2.04
  3.  
  4. USAGE:  MOD2LIST [?] | [infile outfile] {[-Uuserdefined8chars] |
  5. [-UD] | [-D]}
  6.  
  7. What the beeep is MOD2LIST anyway:
  8.         MOD2LIST is a utility to make an ASCII list of music modules. With
  9.         the moduleinfo in an ASCII-file you can add any comment to them
  10.         like favourites or genre or artist/group or where you got them from
  11.         and so on.
  12.  
  13. Parameters:
  14.         ?
  15.                 = Short help screen.
  16.         <infile>
  17.                 = Ascii list of moduledosnames with/without path.
  18.                 How to make an infile: "DIR filespecs /B >infilename^m".
  19.  
  20.         <outfile>
  21.                 = Becomes a list of the aforementioned + dossize +
  22.                 modulesongname.
  23.  
  24.         -Uuserdefined8chars
  25.                 = Sets the 8char field after the size of the module to
  26.                 whatever is written except anything with spaces or spaced
  27.                 out.
  28.  
  29.         -UD
  30.                 = Sets the 8usercharfield to the (current) date like yymondd.
  31. Hints:
  32.         It is an extremely good idea to run my ADJUST.EXE util on the mods
  33.         FIRST. Then the dosnames in the outlist will be plain for everyone
  34.         and save you some desperate editing later. Also run ADJUST B4 ul to
  35.         any bbs and if you can write the WHOLE name + special chars in the
  36.         filedesciption. (+ author or origin of the module) ThAnX!
  37.         If you want to really top things off then also run modclean by
  38.         Torben Thellefsen before this program. Then the modules will be
  39.         stripped of insignificant bytes & unused pattern data. I saved 4,5
  40.         Mb of harddrive space running Modclean on the 1650 amigatype modules
  41.         I have. The PC types are still a minority in my collection.
  42.  
  43. Authors suggested use:
  44.         Make a batch file with this in it:
  45.         REM Mod2List callfile v2.03 (P) 93DEC05 mikkel breiler.
  46.  
  47.                 @ECHO OFF
  48.                 DIR %1 /B >TEMP
  49.                 MOD2LIST TEMP -U%2 >%3
  50.                 DEL TEMP
  51.  
  52.         and you will have a file that deletes the temporary file and
  53.         produces an ASCII file with the module's data in it.
  54.  
  55.         Run that file for example like this in a dir with some appropiate
  56.         modules:
  57.                 MOD2LIST.BAT *.mod 93-12-05 93DEC05-A.NMO
  58.         And you should get a file called 93DEC05-A.NMO  (New MOdules for
  59.         that day) which you can play around with like use for BBS comments
  60.         or swaplists or impress your pet with.
  61.  
  62. Supported moduleformats:
  63.         See included file MODTYPES.LST.
  64.  
  65. Final words:
  66.         For any sensible reason: mikkel breiler, oestre allé, 3250
  67.         gilleleje, DK. Send a postcard now - tell me your thoughts on
  68.         MOD2LIST or any of my other utilities such as ADJUST or MODTYPE.
  69.  
  70. yours truly - mb
  71.  
  72. P.S. my alias is "Sofi" or "Sôfí" if the chars are available where you see
  73. it.
  74.  
  75.