PDA

View Full Version : Batch File help


zbuckley
01-07-2010, 10:17 PM
i think my batch files aren't working because the universe folder in the appdata folder is read only. What's really pissing me off is every time i click on properties and uncheck that read only box and click apply it goes thru a process but once I close the properties window and reopen the read only box is checked again :banghead:

zbuckley
01-08-2010, 10:39 AM
Ok figured this out but now the in game txt size seems off but only for the player names? Anyone have any ideas?

natcret
01-08-2010, 06:33 PM
I went through the same thing for about two hours before I figured it out. On the web, there are references that stat that the read only problem you are having is by design in XP (not sure what OS you have). I tried every suggestion that was given from the Microsoft site and other sites and had no luck.

What made it work for me is to ensure that your items in your batch file have quotes.

For example:

copy "C:\Documents and Settings\USER\Application Data\Solecismic Software\Front Office Football 2007\universe\NFL\frfoot.fni" "C:\Documents and Settings\USER\Application Data\Solecismic Software\Front Office Football 2007\universe\"

The text in red is the directory you are copying from, and the blue is the directory you are copying to.

You must also include the space between the last red quote and the first blue quote just like how I have it posted.