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