03-18-2015, 06:19 AM
(03-18-2015, 06:02 AM)puggsoy Wrote: Double-clicking doesn't work. As I said it's a command-line program, so you need to use the command prompt or a batch file. For example in a batch file you can write this:
Code:icp2png HELP_IMG_01.png.icp .
And it will convert that image and save it in the current folder. You can convert multiple files in the folder "icps" to the folder "pngs" like this:
Code:icp2png icps pngs
However if that still doesn't work then it might be missing something. Can you see any error message?
I must be doing something wrong.
I've created a batch file called "icp2png.bat" with the command line "icp2png icps pngs" and I put the icp files in the folder ICPS and created a folder called PNGS. Then, I put the program and the bat file outside that folders, and click on the bat file, but it doesn't do anything, it closes inmediatly after starting again...
I also tried using the command line "icp2png HELP_IMG_01.png.icp", with the program and the batch file in the ICP files folder, but is the same.
What I'm doing wrong?