Schedule Printing Utility

A section for those creating 3rd party tools and add ons. Lots of techincal code creation type questions would go here.

Moderator: David Winter

Post Reply
lotr13
Posts: 18
Joined: Mon Feb 20, 2006 10:53 pm

Schedule Printing Utility

Post by lotr13 »

Here is a simple utility to print a text file called Schedules.txt which contains the schedule of each team in a league. If someone wants to grab it and host it, that would be great.

http://s56.yousendit.com/d.aspx?id=1NK9MS2KC3EA92LO27G7B6HX8Q

The usage is as follows:

mfschedules "league file" "output directory", e.g. mfschedules "C:\Matrix Games\Maximum-Football\lge_usmfl.mdb" "C:\Schedules"

Quotes are required if the directory has a space in it.

Note that the Microsoft .NET Framework version 2.0 is required for the program to work, which can be download from:

http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en

Let me know of any issues.
frunky
Posts: 208
Joined: Mon Nov 14, 2005 9:41 pm

RE: Schedule Printing Utility

Post by frunky »

Thanks Dude I'll give this a try
These socks were made for walkin
So that's just what I'll do
One of these days these socks
Are gonna make you smell like poo
User avatar
Tbird
Posts: 683
Joined: Wed Dec 15, 2004 12:28 am
Contact:

RE: Schedule Printing Utility

Post by Tbird »

Damm Nice work

Thanks
this reminds me of the good ole FBpro days [8D]
User avatar
Shaggyra
Posts: 608
Joined: Fri Feb 10, 2006 7:05 am

RE: Schedule Printing Utility

Post by Shaggyra »

Wow. This is great.

Just what I was looking for.

Do you mind if I host this at FBMAX.com?

Magnum357
Posts: 613
Joined: Thu Apr 21, 2005 11:07 pm

RE: Schedule Printing Utility

Post by Magnum357 »

Hmm.. I was going to do something similar with my Schedule Utility I'm working on. Allow to print out a Team schedule aswell. Nice work though, but personally, I've never liked the fact that you need to install that crappy .NET Framework to make .NET applications run at all (and the .NET framework is like 15 MB's of additional crap you will never use).

All my utilities will be based on VB6 and will not require the user to have any .NET framework to make them work. [;)]
lotr13
Posts: 18
Joined: Mon Feb 20, 2006 10:53 pm

RE: Schedule Printing Utility

Post by lotr13 »

ORIGINAL: Shaggyra
Do you mind if I host this at FBMAX.com?

Yes thanks. I just uploaded a new version to you which fixes a multi-season bug and changes the text file name to "LEAGUE NAME Schedules.txt".
ORIGINAL: Magnum357
I've never liked the fact that you need to install that crappy .NET Framework to make .NET applications run at all (and the .NET framework is like 15 MB's of additional crap you will never use).

All my utilities will be based on VB6 and will not require the user to have any .NET framework to make them work. [;)]

I don't have much to add to this endless debate (check Google for page after page) except to say that I find the VB6 syntax horrible and much prefer C#. To each his own, I suppose. [:)]
Post Reply

Return to “3rd Party Developers Area”