I've got a .bat file set up so that it creates a new .cfg file for my mod when the mod is installed, but everytime I try to run the damm file i get a "windows cannot find the specified file" message and it dosen't run.
Here's the code:
Code:
@echo off
cls
copy PFP Heading.txt+medieval2.preference.cfg ProblemFixerPure.cfg
A very simila peice of code for a diffnt mod of mine works fine without a hitch. Code:
Code:
@echo off
cls
copy PF-headercfg.txt+medieval2.preference.cfg ProblemFixer.cfg
Any ideas what the hell is wrong with this thing as it's been driving me nuts
.
Bookmarks