Dec 262017
FileTRX will help you maintain your FrontDoor system log. C source. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
FILETRX.C | 5736 | 1996 | deflated |
FILETRX.DOC | 1349 | 677 | deflated |
FILETRX.EXE | 13208 | 8077 | deflated |
Download File FILETRX.ZIP Here
Contents of the FILETRX.DOC file
FileTRX
written by Jim Faucette
Released to PD June 1988
372/9 - Charleston, SC
This program (EXE and Turbo C source) is my way of thanking the people at
Scandinavian PC Systems & InterZone Software for the great work they have
done on their excellent program-in-the-making FrontDoor.
FileTRX will help you maintain your FrontDoor system log. It will break out
any FILES that are sent or received by FD into separate SENT & RECV trx files.
Then it will either delete the FD log or move later entries to the top of the
file and truncate.
Two optional parameters are permitted.
D FD's log path & filename - defaults to FD.LOG in active path
K number of days to keep in FD.LOG - defaults to 7
SYNTAX:
FileTRX [D drive:directory\filename] [K number of days to keep]
EXAMPLE:
FileTRX Dd:\fd\front.log K2
Do not put spaces between the parameter identifier and the data.
This is not meant to be a polished, professional program. It is rather a
functional (down & dirty) tool that can be amended to suit your indiviual
needs.
Thanks again, jim
6/26/88
written by Jim Faucette
Released to PD June 1988
372/9 - Charleston, SC
This program (EXE and Turbo C source) is my way of thanking the people at
Scandinavian PC Systems & InterZone Software for the great work they have
done on their excellent program-in-the-making FrontDoor.
FileTRX will help you maintain your FrontDoor system log. It will break out
any FILES that are sent or received by FD into separate SENT & RECV trx files.
Then it will either delete the FD log or move later entries to the top of the
file and truncate.
Two optional parameters are permitted.
D FD's log path & filename - defaults to FD.LOG in active path
K number of days to keep in FD.LOG - defaults to 7
SYNTAX:
FileTRX [D drive:directory\filename] [K number of days to keep]
EXAMPLE:
FileTRX Dd:\fd\front.log K2
Do not put spaces between the parameter identifier and the data.
This is not meant to be a polished, professional program. It is rather a
functional (down & dirty) tool that can be amended to suit your indiviual
needs.
Thanks again, jim
6/26/88
December 26, 2017
Add comments