PDA

View Full Version : Batch file help.


Erik Holland
03-05-2011, 01:50 AM
Hi guys,

i'm trying to get a batch file running because i'm in 2 leagues.

I'm running Vista.
My game is in:
C:\Program Files (x86)\Solecismic Software\Front Office Football 2007\
My league files are in:
C:\Users\Jesse\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\

The file looks like this:

copy C:\Users\Jesse\AppData\Roaming\soleci~1\fronto~1\universe\BLHF\frfoot.fni C:\Users\Jesse\AppData\Roaming\soleci~1\fronto~1\universe\
copy C:\Users\Jesse\AppData\Roaming\soleci~1\fronto~1\universe\BLHF\frfoot.fcy C:\Users\Jesse\AppData\Roaming\soleci~1\fronto~1\universe\
copy C:\Users\Jesse\AppData\Roaming\soleci~1\fronto~1\universe\BLHF\*.BMP Pictures\
start C:\progra~2\soleci~1\fronto~1\frfoot~1.exe

But when it's run it gives a error: System cannot find path specified

The batch file is in C:\Program Files (x86)\Solecismic Software\Front Office Football 2007\
Does anyone have a idea what we're doing wrong?
I have already:
- Run the .bat as admin
- Change the rights to the Universe directory to give Jesse all the rights.

Thanks for the help!

gstelmack
03-05-2011, 07:54 AM
Where is the batch file? Run it from C:\Program Files (x86)\Solecismic Software\Front Office Football 2007\ or put:

cd C:\progra~2\soleci~1\fronto~1\

command in there. FOF expects to run from the program files directory.

Erik Holland
03-05-2011, 09:58 AM
yes, the .bat is in the FOF directory