Boot Booster Vs 2.01.A

Take the wait out of booting

Binny's Site Boot Booster Pages
Mail Me


Introduction
What is Boot Booster?
What is it for?
Why would I want to install Boot Booster?
How do I log Shutdown times with Boot Booster?
Getting a copy
How do I get a copy of Boot Booster?
How do I intall Boot Booster?
How do I Uninstall Boot Booster?
Can I get the source of Boot Booster?

Infomation
Command Line Options
Some cool tricks.
      » Changeing Quote Files
      » A word about the "Quotes.txt" file.
      » A program called '1st Impression'
      » Logging Shutdowns and Session times.
      » How do I log the booting of Non-Windows OS like DOS and Linux?
Feedback
How do I get the latest version of Boot Booster?
How do I contact the author of Boot Booster?
What if I find a bug?


Some cool tricks.
Changeing Quote Files
A word about the "Quotes.txt" file.
A program called '1st Impression'
Logging Shutdowns and Session times.
How do I log the booting of Non-Windows OS like DOS and Linux?



Changeing Quote Files
If you are unsatisfied with the quotes that are given with the program or if you read them all, you can change the quotes file. I have given some samples with the installation. You can find them in the "Quotes Files" folder of Boot Booster(Usually "C:/Program Files/Boot Booster"). This is what you will have to do:
Step 1 : Chose a quotes file from the above said folder.
Step 2 : Copy it to C:\ root.
Step 3 : Delete the quotes.txt file that is found in C:\ root and rename the copied folder to "quotes.txt"
Step 4 : Run the "Booster.exe" file in C:\ root without any command line options. You can do this by double clicking the "Booster.exe" file in C:\ root or by taking Boot Booster from Start Menu -> Boot Booster.
Step 5 : Enter the Quotes section by pressing the "Q" key.
Step 6 : You will be asked the question "New quotes file found. Update?". Chose yes by pressing 'Y'.
Step 7 : Exit by pressing 'ESC' twice.
That is it. You have changed the quotes file. From now on you will see jokes from the new file.
Go To Top

A word about the "Quotes.txt" file.
"Quotes.txt" file is just a text file with one line jokes. Each line has a one-liner. What my program does is display one line of the "Quotes.txt" file at a time. Knowing this, you can easily make a "Quotes.txt" file by yourself and set it as the quotes file for Boot Booster.
Go To Top

A program called '1st Impression'
1st Impression automatically replaces Windows startup and shut down logos each time your system restarts. There is a basic image collection already included with the package and more can be downloaded from various sites around the net. 1st Impression can display multi-line messages which are stored to user-editable plain-text files. One can configure this program to display a joke at startup time. So you will be reading two jokes every startup time. I don't know if you'll believe me, but I thought of this idea independently.
Go To Top

Logging Shutdowns and Session times.
This is the feature that makes my software a powerful one. Boot Booster is capable of logging not only startup times, but also shutdown times, how much time the session lasted, chrashes etc. Now this is a little complicated, so I want you to pay attention.
In the Boot Booster folder(Usually "C:/Program Files/Boot Booster"), there is a folder called "Shortcuts". In that folder there will be two batch files called "Restart.bat" and "Shutdown.bat". Copy these files, "Restart.bat" and "Shutdown.bat", to C: drive's root. Then put the two shortcuts called "Restart" and "Shutdown" where ever you want them. These shortcuts have a computer as its icon. I would suggest that the Start Menu would be a good place for them. If you double click on the "Shutdown" shortcut, the system will shutdown. If you double click on "Restart", computer will restart. From then on, you must always shutdown and restart by clicking on these shortcuts. If you shutdown by using the odinary way(Start Menu -> Shut Down -> Shut Down) the log files won't record it. The log fils will show a crash message in such cases. You can automate the whole process by double clicking the "Install.bat" batch file.
There is one more thing that you should do. Run the "Booster.exe" file in C:\ root without any command line options. You can do this by double clicking the "Booster.exe" file in C:\ root or by taking Boot Booster from Start Menu -> Boot Booster -> Boot Booster. Then enter the Boot Recorder feature by pressing the 'B' Key. Press 'ENTER' to edit the default values. After pressing enter, type the file where the information should be stored(usually "Record.txt". Type it without quotes.). Then press 'Y' three times to enable all the loggings - Startup, shutdown and times. Exit by pressing 'ESC' twice.
Now we are ready to roll. Whenever you want to shutdown, double click on the Shutdown shortcut. This will shutdown the computer. when you want to restart the computer, double click on the Restart shortcut. However if you use the Shutdown command from Start Menu, the Record.txt file(found in the C: root) will show a line "Session ended at : Unknown (Restart or Crash)". However if you find that you are always shuting down from the Start Menu -> Shut Down -> Shut Down by the force of habit, I can help you. In the shortcuts folder(Usually "C:/Program Files/Boot Booster/Shortcuts") there is a file called "Disable shutdown.reg". If you merge it by double clicking it, the Shut Down command will disappear from the start menu. So you will be able to shutdown only from my shortcuts. If you want to enable the Start Menu's Shut down command double click the "Enable Shutdown.reg" file in the Shortcuts folder (Usually "C:/Program Files/Boot Booster/Shortcuts"). Please note that the effects will appear only after you restart the computer.

Note : Sometimes, when you have clicked the shutdown shortcut, you will see a error. Just click on the "Close" button and stop bothering about it. It don't cause any problems in my computer.
Go To Top

How do I log the booting of Non-Windows OS like DOS and Linux?
Boot Booster currently support DOS and Linux other than windows. To log booting of DOS run the "Booter.exe" with command line option "-S -dos". I do this by creating a batch file, for example "sd.bat" and uses it in such a way that it is executed every time DOS is booted. This file will have this line :
C:\Booter.exe -S -dos
To log the booting of linux, you will have to load linux by a program called LoadLin. In the batch file of LoadLin give these lines:
C:\Booter.exe -S -Linux

I do all this with the help of a software called XOSL(Extended Operating System Loader).
Go To Top