View Single Post
  #6  
Old 05-28-2005, 10:34 AM
Steve is offline Steve
Steve's Avatar
Administrator

Join Date: Sep 2001
Location: 2077
Posts: 21,552

Send a message via ICQ to Steve
by the look of the bat file i guess something went wrong

Code:
@echo off
if not exist med.pff goto nopackfile
for %%f in ( *.pcx) do .\pack .\med.pff %%f /FORCE
for %%f in ( *.pcx) do del %%f
goto complete
:nopackfile
echo This program cannot be run without the med.pff file
echo Please make sure that you put these files in your DF:Extreme
echo install directory..
pause
goto end
:complete
cls
echo All files have been succesfully packed - installation Complete.
echo If you like this batch file,  feel free to make a small donation to
echo DFBarracks.com....and support your site...
pause 
:end
so what did i do wrong? :/
and why does it dump all the pcx files in the dfx folder?
Reply With Quote