home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / readmes / modname_.rea < prev    next >
Text File  |  1993-04-12  |  1KB  |  33 lines

  1. Short: A module information parser
  2. Area: mus/misc
  3. Author: James Atwill (aa344@freenet.carleton.ca)
  4.  
  5. OVERVIEW
  6.  
  7. This is a little script I wrote that is actually quite handy if you've
  8. got a lot of soundtracker modules.  It will attempt to parse out the header
  9. information from whatever module you ask for.  It understands a variety
  10. of moduletypes and can access different information from each.
  11.  
  12. It can also recognize XPK'ed modules and make note of their original
  13. size and compression type.  (Needs XPACK to uncompress them).
  14.  
  15. For those of you with many modules, you can try:
  16.  
  17.  
  18.           list st-00:modules/#? lformat="rx ModName %s F" >ram:x
  19.           execute ram:x
  20.  
  21. That will add a filecomment to each of your modules with the module
  22. type
  23. and other information.
  24.  
  25. I make no promises that this will work at all.  I know it doesn't work
  26. on files with spaces in them.  People who put spaces in filenames
  27. should
  28. be brought out into the street and shot.  (Us poor CLI users, eh).
  29.  
  30.           Enjoy!
  31.  
  32.             JAmes
  33.