Front Office Football Central  

Go Back   Front Office Football Central > Main Forums > FOF/TCY Discussion
Register FAQ Members List Calendar Mark Forums Read Statistics


Reply
 
Thread Tools
Old 07-29-2012, 09:21 AM   #51
Ben E Lou
Morgado's Favorite Forum Fascist
 
Join Date: Oct 2000
Location: Souf Cackalacky
Yeah...the teamimagemap.csv file is in your StelmackSoft folder. There's no need for that line in the batch or to move the file to your IHOF folder if you don't use Extender.
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'!

Ben E Lou is offline   Reply With Quote
Old 07-29-2012, 09:23 AM   #52
Ben E Lou
Morgado's Favorite Forum Fascist
 
Join Date: Oct 2000
Location: Souf Cackalacky
Ahhhh..I see it. You're missing a quotation mark after *.bmp
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'!
Ben E Lou is offline   Reply With Quote
Old 07-29-2012, 09:25 AM   #53
QuikSand
lolzcat
 
Join Date: Oct 2000
Location: Annapolis, Md
Oh, I also get a popup window every time I open FOF with my desktop shortcut, asking if I approve the unapproved program making changes to my computer. I have the file properties set to "Run as Administrator" and don't see any other settings there that seem relevant.
QuikSand is online now   Reply With Quote
Old 07-29-2012, 09:27 AM   #54
Ben E Lou
Morgado's Favorite Forum Fascist
 
Join Date: Oct 2000
Location: Souf Cackalacky
Quote:
Originally Posted by QuikSand View Post
Oh, I also get a popup window every time I open FOF with my desktop shortcut, asking if I approve the unapproved program making changes to my computer. I have the file properties set to "Run as Administrator" and don't see any other settings there that seem relevant.
I got rid of that by turning off all security other than my Antivirus/Firewall. It's been around a year since I did it, so I don't remember the specifics.
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'!
Ben E Lou is offline   Reply With Quote
Old 07-29-2012, 09:27 AM   #55
QuikSand
lolzcat
 
Join Date: Oct 2000
Location: Annapolis, Md
Quote:
Originally Posted by Ben E Lou View Post
Ahhhh..I see it. You're missing a quotation mark after *.bmp

Sweet, that worked. No idea how it happened, as all I did was paste in yours and do a replace to put in my user name. Bad spot for an errant keystroke, I guess. Many thanks.
QuikSand is online now   Reply With Quote
Old 07-29-2012, 09:29 AM   #56
QuikSand
lolzcat
 
Join Date: Oct 2000
Location: Annapolis, Md
Since other people working through their problems gave me great aid, here's my current batch file, that properly transfers the frfoot files and the ban*.bmp files:

- - - - -
copy "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\IHOF\frfoot.fni" "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe"
copy "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\IHOF\frfoot.fcy" "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe"
copy "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\IHOF\frfoot.fgr" "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe"
copy "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\IHOF\*.bmp" "C:\Program Files (x86)\Solecismic Software\Front Office Football 2007\Pictures\"
start frfoot2007.lnk
- - - - -

I'll keep working on the auto-start, but thanks to you all for your guidance.
QuikSand is online now   Reply With Quote
Old 07-29-2012, 09:30 AM   #57
Ben E Lou
Morgado's Favorite Forum Fascist
 
Join Date: Oct 2000
Location: Souf Cackalacky
Found the security thingamabob.

Control Panel-->User Accounts-->Change User Account Control Settings
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'!
Ben E Lou is offline   Reply With Quote
Old 07-29-2012, 09:31 AM   #58
QuikSand
lolzcat
 
Join Date: Oct 2000
Location: Annapolis, Md
Quote:
Originally Posted by Ben E Lou View Post
Ahhhh..I see it. You're missing a quotation mark after *.bmp

FYI, the missing quotation mark is in the code text you posted above... I don't want to edit it in myself, but you may want to, as that seemed to be my problem.
QuikSand is online now   Reply With Quote
Old 07-29-2012, 09:31 AM   #59
QuikSand
lolzcat
 
Join Date: Oct 2000
Location: Annapolis, Md
Quote:
Originally Posted by Ben E Lou View Post
Found the security thingamabob.

Control Panel-->User Accounts-->Change User Account Control Settings

Yeah, I just set that to "don't bug me" despite the sense that this seemed like risky behavior. Alas.
QuikSand is online now   Reply With Quote
Old 07-29-2012, 12:08 PM   #60
dzilla77
High School JV
 
Join Date: May 2011
Quote:
Originally Posted by Ben E Lou View Post
The Stelmack line is useless to you if you're not running Extender. That just brings in the images and link to the web for that.

The fourth line...

MINE: copy "C:\Users\Ben\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\IHOF\*.bmp" "C:\Program Files (x86)\Solecismic Software\Front Office Football 2007\Pictures\"
YOURS: copy "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\IHOF\*.bmp "C:\Program Files (x86)\Solecismic Software\Front Office Football 2007\Pictures"

Missing a set of quotes after the first .bmp.
dzilla77 is offline   Reply With Quote
Old 07-29-2012, 12:24 PM   #61
Ben E Lou
Morgado's Favorite Forum Fascist
 
Join Date: Oct 2000
Location: Souf Cackalacky
Edited, Quik. (And now it's my turn to think "how on earth did that one character get deleted?")
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'!
Ben E Lou is offline   Reply With Quote
Old 08-11-2012, 02:39 PM   #62
QuikSand
lolzcat
 
Join Date: Oct 2000
Location: Annapolis, Md
So... is the purpose of running a shortcut file rather than the actual file itself so it can be set up to run as administrator? Still hoping to crack this and make it a one step process.
QuikSand is online now   Reply With Quote
Old 08-11-2012, 03:03 PM   #63
Mike D
"Dutch"
 
Join Date: Oct 2000
Location: Tampa, FL
It has to do with the split between the program files and the universe files. The executable sits in one directory, but all the changes to each invidivual universe sit over in the appdata directory. So everything is built out in the appdata directory and to make it easier, the shortcut is used to just point back to the executable.
Mike D is offline   Reply With Quote
Old 08-22-2012, 08:53 AM   #64
QuikSand
lolzcat
 
Join Date: Oct 2000
Location: Annapolis, Md
Okay... so I'm looking in my AppData file folder, here's the exact batch file that i see:

copy "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\IHOF\frfoot.fni" "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe"
copy "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\IHOF\frfoot.fcy" "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe"
copy "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\IHOF\frfoot.fgr" "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe"
copy "C:\Users\mjs\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe\IHOF\*.bmp" "C:\Program Files (x86)\Solecismic Software\Front Office Football 2007\Pictures\"
start frfoot2007.lnk

I also see an file named frfoot2007.lnk in the same directory.

When I run this batch file, it appears to handle all the transfer of files properly, but then it coughs up when it cannot locate the frfoot.lnk file, for whatever reason.
QuikSand is online now   Reply With Quote
Old 08-22-2012, 12:01 PM   #65
aston217
High School Varsity
 
Join Date: Sep 2010
Try starting the .exe rather than the .lnk.
__________________
CyFL GreenBayPackers
OSFL UtahBees
aston217 is offline   Reply With Quote
Old 08-22-2012, 01:21 PM   #66
ozias
High School JV
 
Join Date: Oct 2000
Location: Maine
Hey Quik, this is all I use for my batch file and I've not had a problem running the game using either of the MP leagues or solo play.

cd..
copy OSFL\frfoot.* C:\Users\Oz\AppData\Roaming\Solecismic Software\Front Office Football 2007\universe
copy OSFL\*.bmp "C:\Program Files (x86)\Solecismic Software\Front Office Football 2007\Pictures"
start FrFoot2007.lnk

I have the same setup for the eNFL as well, except it's copy eNFL\frfoot.* and eNFL\*.bmp

In the universe folder, I have a OSFL folder and an eNFL folder, in each folder I keep all of the team pictures as well as a copy of the frfoot.fcy and frfoot.fni.

I have the frfoot.fgr in the Universe folder, as well as the .fcy and .fni files so solo play will work. There is also the frfoot2007.lnk(shortcut link) in there as well which the "start frfoot2007.lnk" line is looking for, and the link points to the actual executable here..."C:\Program Files (x86)\Solecismic Software\Front Office Football 2007\FrFoot2007.exe"

Not sure if it will help you or not, but I've not had any problems using the above.

Last edited by ozias : 08-22-2012 at 01:22 PM.
ozias is offline   Reply With Quote
Old 08-22-2012, 03:32 PM   #67
Jughead Spock
High School JV
 
Join Date: Aug 2008
Location: Germany
I got tired of dealing with .lnk issues, and just added these two lines to the bottom -

cd "\program files (x86)\solecismic software\Front Office Football 2007\"
start FrFoot2007.exe
Jughead Spock is offline   Reply With Quote
Old 08-22-2012, 07:19 PM   #68
Mike D
"Dutch"
 
Join Date: Oct 2000
Location: Tampa, FL
Right-click on the frfoot2007.lnk file and walk through the following tabs to ensure these settings are correct.

COMPATIBILITY tab
CHECK both boxes for...
"Run this program in compatibility mode for Windows XP Service Pack 2"
AND
"Run this program as an administrator"

GENERAL tab
Read-only and Hidden Attributes are unchecked

SHORTCUT tab
Target: "C:\Program Files (x86)\Solecismic Software\Front Office Football 2007\FrFoot2007.exe"

Start in: "C:\Program Files (x86)\Solecismic Software\Front Office Football 2007"

(When you click on "OPEN FILE LOCATION" it actually opens the folder where the "frfoot2007.exe" executable resides. Here you can verify that the GENERAL and COMPATIBILITY tabs for the executable are set with the same check boxes as for the link file.)
Mike D is offline   Reply With Quote
Old 08-24-2012, 08:30 PM   #69
QuikSand
lolzcat
 
Join Date: Oct 2000
Location: Annapolis, Md
Thanks for the suggestions - probably will sit down with this tomorrow, it's becoming a vision quest for me now. I may do peyote first.
QuikSand is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump


All times are GMT -5. The time now is 05:11 AM.



Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.