Date: Wed, 24 Apr 2002 15:35:45 -0500 From: Jeremy Clark Subject: Re: [etree] Win 2k Batch Files This one works for me in winXP: ----cut here---- cls for %%f in (*.shn) do shortn32.exe -x "%%f" "C:\wav\%%f.wav" ----cut here---- Of course, change the path to wherever you want the wavs to end up. You can probably also leave the entire path out, and it'll decompress the shns into the directory they're already in. However, this will not work if the shns are on a CDR disc unless you specify a path. Jeremy ----- Original Message ----- From: "Brian Kerr" Subject: RE: [etree] Win 2k Batch Files > Unfortunately the batch files to do this in one easy step do not work for > NT based OS's. anyone know how to write a .bat file to decompress all the > tracks in a given folder?