Hi All,
Okay so I'm trying to create a .bat file to use tisunpack to convert the tiz into the override directory as .tis files!
What i have is this (from looking at gharethaudio.bat):
@echo off
cd override
tisunpack -s ar0250.tiz
tisunpack -s ar0251.tiz
tisunpack -s ar0252.tiz
tisunpack -s ar0253.tiz
tisunpack -s ar0254.tiz
tisunpack -s ar0255.tiz
cd ..
notepad sicob\sicob.txt
Now the txt file appears at the end, but it gives me an error on the tisunpack that this is not a valid executable instruction or somesuch.
I have my tp2 calling sicobareas.bat and interactive exit, that bit works and i have tried with the bat in the same directory as the tp2 and inside the mod directory with the tiz files in both and it still does not work.
I can't seem to find a mod that uses a bat to tisunpack an area or else the mod is too large for me to download to have a look at.
Can someone point me in the right direction, what exactly am i missing here?
Thanks,
Rabain