Announcement

Collapse
No announcement yet.

Batch File?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Batch File?

    I'd like to create a batch file because I'm in two leagues. I've been doing it manually, but anything to quicken it up would be nice. I have read the FOFC instructions, but it doesn't go into enough detail as I'm not very good with this type of stuff.

    Could someone please post some detailed instructions on how to do it? I am using Vista.

  • #2
    copy "C:\Documents and Settings\...\IFL\universe\*.*" "C:\Documents and Settings\...\Application Data\Solecismic Software\Front Office Football 2007\universe\"
    copy "C:\Documents and Settings\...\IFL\Pictures\*.*" "C:\Program Files\Solecismic Software\Front Office Football 2007\Pictures\"
    start "C:\Program Files\Solecismic Software\Front Office Football 2007\FrFoot2007.exe"


    The above is what I use on Windows XP however the "start line" doesn't work for me.
    "..." represents where my directory would differ from yours. The copy lines copy all files (*.*) from the left quoted directory into the right quoted directory. The copy-to directory is the same for everyone if you use the default installation process. The copy-from directory(s) depend on how you set them up.

    Hope this helps but I'm not great at this stuff.
    <a href="http://glb2.warriorgeneral.com/game/signup.pl?ref=10223"><img src="http://goallineblitz.com/images/game/design/glb_badge-180x60.gif" /></a>
    IFL Champions: 2011, 2013, 2022, 2023.

    Comment


    • #3
      Originally posted by JesterBlaze View Post
      copy "C:\Documents and Settings\...\IFL\universe\*.*" "C:\Documents and Settings\...\Application Data\Solecismic Software\Front Office Football 2007\universe\"
      copy "C:\Documents and Settings\...\IFL\Pictures\*.*" "C:\Program Files\Solecismic Software\Front Office Football 2007\Pictures\"
      start "C:\Program Files\Solecismic Software\Front Office Football 2007\FrFoot2007.exe"


      The above is what I use on Windows XP however the "start line" doesn't work for me.
      "..." represents where my directory would differ from yours. The copy lines copy all files (*.*) from the left quoted directory into the right quoted directory. The copy-to directory is the same for everyone if you use the default installation process. The copy-from directory(s) depend on how you set them up.

      Hope this helps but I'm not great at this stuff.
      Same problem here. Can't run the game for some reason.
      sigpic
      2023 AC East Champions

      Comment


      • #4
        looked into how to get the batch file thing so I could get KKiley set up.

        Basically, create shortcut of your frfoot2007.exe file (located under program files in your Solecismic Software folder) by right clicking on the file, select send to desktop, create shortcut. Then move that short cut into the same directory as your batch file.

        Then in the batch file "start" command line enter the name of the short cut like:
        start frfoot2007.lnk

        If the shortcut that you create is called frfoot2007 shortcut.lnk, then remove the "shortcut" from the name to simplify things.

        Then save, then right click on your batch file and click send to desktop, create shortcut and it should work.
        Two-time IFL Champion (2014, 2015)

        Comment


        • #5
          Thanks Kozure!
          <a href="http://glb2.warriorgeneral.com/game/signup.pl?ref=10223"><img src="http://goallineblitz.com/images/game/design/glb_badge-180x60.gif" /></a>
          IFL Champions: 2011, 2013, 2022, 2023.

          Comment


          • #6
            Do you create the batch file in notepad? Does it matter what you name it when you save it?

            Comment


            • #7
              should not matter what you name it.
              I always have created in notepad and save as *.bat
              NEWARK BULLDOGS WALL OF HONOR
              DE JUSTIN JONES
              LB DOMINGO PERSAUD
              TE THOMAS MACOMBER
              LT IRWIN KAO
              WR ANDREW ROBEY
              SS GREGORY BOYD
              RB ALAN CRESPO
              G MALCOLM "BIG KAT" SINGLETON
              WR WALTER WALKER
              G AMOS BAILEY
              QB DWIGHT "KING" BURGER
              RB GARY "THE SITUATION" JAMISON
              WR JOSE HOOVER
              K BUTCH SCHULZ
              LB MACK EDWARDS
              DE STEPHEN BRIGHAM
              WR JESSE LUCAS
              C NORMAN ENRIGHT
              SS JUNIOR EL NIN0



              Comment


              • #8
                Originally posted by Matt View Post
                should not matter what you name it.
                I always have created in notepad and save as *.bat
                Do you have to rename all of your league folders? Name them a certain way so the batch file reads them?

                Are you using XP or Vista?

                Comment

                Working...
                X