I know this is a little blunt. But if you dont know how to run a BATCH converter, then maybe you shouldnt be tinkering with blp's. this is a BATCH converter which is run using command prompt, com or cmd. Such programs require a command to be sent to the program to be of any use.
Code:
"C:\Documents and Settings\davo\Desktop\blp\BLPConverter.exe" %1
In that line of code note that there are two seperate things there
1) "C:\Documents and Settings\davo\Desktop\blp\BLPConverter.exe"
2) %1
In a batch script %1 refers to the first file name entered along side the cmd.
SO if you want to get this to run.
move the mass batch renamer.bat in the directory inside a folder of png's or blp's and change the
Code:
"C:\Documents and Settings\davo\Desktop\blp\BLPConverter.exe"
line to the location of your blpconverter.exe this bat file will then process
every file in that folder which converts it into either a png or back to a blp.
Hope this shines light for some people having trouble
Cheers,
Dave