[TimeCapsule] TBStart & TBEnd

Time Capsule Project
This is a time capsule project/product from way back in my earlier programming years, you can read more about this at the information section bellow.

TBStart.exe and TBEnd.exe are two small utils I wrote when I was around 13 years old, which where used by my father and quite a few other people he knew whom used the Mercury Mail Server by David Harris. The utils I wrote where (are) two little executables which could log when a certain process had started and when it had ended/completed (by adding my utils to the batch (.bat) file when starting the program). You can read more information about this bellow.

NOTE
Please read the information bellow first! These tools still work perfectly on older machines (most 16 and 32-bit computers) but they do not work anymore on full 64-Bit operating systems like Windows 10 for example.

Download: 34KB

No Longer Maintained [?]

FREE DOWNLOAD(S) [?]

By clicking on the 'I Agree & Add to download basket', you confirm that you have read and agree to the License shown at the License tab.

Information

This project is a so called Time Capsule Project, which means that it is a project which I made way back in the earlier days of my programming. Most of these project had never seen the ‘daylight of the internet’ and I thought it would be fun to have a small ‘glimpse back into the past’ on some of my older projects. You can read more about the XNL Future Technologies Time Capsule here.

This one in particular are two small executables which could be used to log when a certain process/program has had started and when it had ended/completed by adding TBStart.exe and TBEnd.exe to the batch (.bat) file which started the process.

You could for example have a batch file like “MyServer.bat” with the following contents:
@ECHO OFF
TBSTART.EXE
PROGRAM.EXE
TBEND.EXE

This would then produce a file called RUNLOG.TXT in the same folder with the following contents:
Started 00:44:36 06-26-2000
Ended 00:44:39 06-26-2000

You could then see in the log that your PROGRAM.EXE took 3 seconds from start to finish.

I don’t even remember anymore why my father and all those other users in his mail server community needed it back then, but I do still remember that they used those two small tools LONG after I had already forgotten about them.

What does the TB stand for in the project/util name?
TB stood for The Boss and/or TB Software Corp. A nickname I used way back in those days. You can actually read more about that on the XNL Future Technologies Time Capsule Page here if you would like.

(Probably) written in QBasic for MS-DOS and never published online
These two small utils where probably written in QBasic for MS-DOS (I don’t even remember for sure anymore though, and don’t have their source code either anymore unfortunately)

2024 (Re-Release) Update
I did not changed anything to these little utils at all for this ‘official public release’ finally after a whopping 24 years😳 (as of 2024). I did however only redacted the personal (outdated) email information from the TBRun.txt which was the ‘official release document’ back then (which is also included in the download/zip-file).

No source code available
Sorry, but if you where hoping to see or get the source code of these little tools, then I would have to disappoint you. Unfortunately I’ve lost the source-code many years ago (as you can read on the XNL Future Technologies Time Capsule Information Page), due to this only the binaries can be downloaded.

Why are there no screenshots of the tools themselves?
Well simple: They don’t have any user interface 😂. They are just simple executables which output a date and time to the log file and that’s it. Which is also the reason why there are only two ‘demo screenshots’: One showing the utils being started from the command line, and one where you can view the contents of the log with Edit for MS-DOS.

Want to try (or even use) these ‘vintage utils’ of mine?
You can still use them on most computer running Operating systems like MS-DOS, Windows 95, Windows 98, Windows ME, Windows 2000, Windows XP etc. As long as it’s either a 16-bit or 32-bit (Microsoft) operating system. They will no longer work on full 64 Bit systems like Windows 10 for example.

Q: What about other operating systems like Windows Vista, Windows 7 etc?
A: I literally have no freaking clue if they (still?) work on those Windows versions, never tested them on those, and probably won’t even use them at all anymore these days 😉

 

Specifications/Requirements

Confirmed working on:
– MS-DOS, Windows 98 up to (and including) Windows XP and most 32-Bit Windows versions

Confirmed NOT to work:
64-Bit operating systems like Windows 10, and probably also not working on for example 64 bit versions of XP and/or Windows 7 etc (unconfirmed though)

NO RUN-TIMES OR SO ARE REQUIRED FOR THESE UTILS

IMPORTANT TIP: If you're planning to redistribute this project/product or if you are planning to use it for any commercial purpose (if the license permits these uses of course), then it is highly recommended that you 'copy-paste' this License and store it along with your download(s) for future reference.

License

You are free to use these utils, but it is no longer recommended to use it for serious purposes. The use of these utils is 100% at your own risk

If you do ‘like to take a chance’ to use it anyway (either for personal use or professional use) then you are allowed to do so (but again: AT YOUR OWN RISK).

You are not allowed to redistribute these utils, the zip file or any of the other (included) files in any way. You are for example not allowed to sell these utils (like if you could 😂), neither are you allowed to offer it as download elsewhere.

And please don’t come with “Yeah I’m hosting it as back-up” or for “Archive purposes”, this Time Capsule Project is the archive for this project and the utils in it. They has no real world use (anymore) so there is really no need to distribute or host them elsewhere anymore.

 

Known Bugs & Issues

They don’t work on 64-Bit computers. But hey! what did you expect? I wrote these 24 years ago😂 (as of 2024) in a MS-DOS “programming language”. Other than that they are still just running fine.