July 26, 2003
Third-party module updates
First up, 'reanimatolog' has updated his Bootable CD Wizard (bcdw) and Showgif modules to be compatible with CD Shell 2.0.8. Normally modules wouldn't need to be updated on a per-build basis, but we're still in the beta stage so unfortunately this may be necessary from time to time. His modules are available here.

Secondly, another user 'CW Palace' has created a module and scripts to determine the processor type of the machine CD Shell is running on. This has been requested before as a way to select a proper Linux kernel to load. You can find CPUType, including sources, at his website under the downloads section.

Thanks guys!

 
July 17, 2003
CD Shell 2.0.8b released
There's a few significant changes in this release:
  • Isolinux module updated to match H. Peter Anvin's 2.05 version.
  • Support added for alternative VGA fonts (see here).
  • Support added for true-color graphics on VMWare.
  • Splash images now go in the folder /cdsh/graphics, and are now called splash.bmp and splash.csi (cleaning up the /cdsh folder).
 
June 28, 2003
First user-created modules
A guy who goes by the name 'reanimatolog' has created some cool extension modules for use in Boot Scriptor and CD Shell. These are the first user-created modules that I've seen. One adds more boot commands, and the other adds support for displaying GIF images. Check it out here (or here for the English translation).
 
June 27, 2003
CD Shell 2.0.7b released
This is mainly a bugfix release. The two new features are the ability to completely disable the command console, and the ability to use decimal color values in print commands (see example for details).
 
June 6, 2003
CD Shell 2.0.6b released
This release incorporates greater control of CD Shell startup, such as forcing display of the splash screen and execution of the startup script, and location of CD Shell files. There is a new variable, $blinkMode, that enables you to control blinking text. Also there is a minor bugfix.

Ahmad Hisham has generously provided some excellent example scripts for others to learn from. They look great and are a good example of what can be accomplished with CD Shell. You can find them in the folder /cdsh/samples/doctorxp.

I've also put a lot of work into the makefiles, and tested assembling CD Shell on Windows using Win32 make and some unknown version of make on Solaris. It should now be easy for anyone to assemble CD Shell from its sources by issuing the command 'make -f makefile.win'

 
May 19, 2003
New CD Shell website
I'm launching the new website for CD Shell today. The nice menu is made available from the folks at Milonic.co.uk. Many of the items in the menu are currently disabled, but will be activated as I add pages and functionality to the site. There will probably be some minor issues with links not working, etc. for a little while, but if there's anything majorly wrong or the site doesn't work for a particular browser, please .
 
April 21, 2003
CD Shell 2.0.5b released
There is a new function called 'color' in build 5 which you can use to specify colors by name rather than by hex code. Also I've made some changes to the isolinux module in this release. It has been upgraded to version 2.04 of H. Peter Anvin's isolinux. I've changed the isolinux home path back to /isolinux (from /cdsh/modules/isolinux), and CD Shell will now search for memdisk at /isolinux before looking in /cdsh/modules, and use whichever one it finds first.
 
March 17, 2003
CD Shell 2.0.4b released
Build 4 fixes a bug that would cause CD Shell to hang when a command was entered that referenced a variable that has not been defined. Normally such a bug wouldn't warrant a new release, but since there's not much else going on I thought I'd make the fix available.
 
March 2, 2003
CD Shell website launched
The new website for CD Shell is now online. There isn't much there yet, but I'll add things as I go until it is complete. The main difference from the Boot Scriptor website is the lack of frames, which I thought might have been more annoying than useful. Unfortunately, Opera still can't handle the css-based color scheme switching. If there's any other problems with how the website is rendering, feel free to let me know.
 
February 27, 2003
CD Shell 2.0.3b released
There are three new functions in this release: defined, compare, and icompare. The first one checks to see if a variable is defined, the last two are for string comparison. Also, there is a new variable $vga which evaluates to true if a VGA is installed. I fixed the broken F1 hotkey, and made some other minor tweaks. The Beta Tester's Guide has been updated with documentation for these features and examples of how to use them.
 
February 23, 2003
CD Shell 2.0.2b released
Fixed a couple of major bugs in yesterday's release. For one, the return command was completely broken. Also there was a bug causing odd problems when using variables. Both should be fixed now. Also I made a clarification in the Beta Tester's Guide: your files must go in a folder called /cdsh in the root of the CD. Grab build two over at www.cdshell.org.

I've been informed we need a string comparison function for comparing variables. Look for it in an upcoming build.

 
February 22, 2003
CD Shell 2.0.1b released
The next incarnation of Boot Scriptor, CD Shell, has reached beta stage. You can download the first release over at www.cdshell.org.

CD Shell is the new name for the Boot Scriptor program. Many things in this version are carried over from Boot Scriptor 1.2, but there are a lot of changes and most scripts from Boot Scriptor 1.2 will not work with CD Shell. Most of the changes revolve around the addition of two new features: variables and command predication (if/then/else). There is a readme file included which explains the changes in detail, or you can look here.

 
January 28, 2003
Boot Scriptor support forums online
A few generous users have put together a forum that deals with various bootable CD topics, including Boot Scriptor. The temporary link is here, until I can get a more permanent url associated with it. I'll look in every so-often and answer questions and provide feedback as time permits. Hopefully it will be a little easier to find help there than by posting on the mailing list or searching the list archives. I think the main reason people are on the list is to get release announcements, but you can still discuss features, support issues, etc. there as well.
 
Guide to scripting with Boot Scriptor
The forum admin (and also author of one of the sample scripts on the download page), Doctor XP, has also created a great looking beginner's guide to scripting with Boot Scriptor. You can find that here. Thanks for the awesome work, Doc!
 
January 10, 2003
New sample script added
A new sample script file has now been added to the download page. It's a pretty advanced menu system written by Jonny Spitzner. You can view screenshots and grab it here.
 
December 20, 2002
Boot Scriptor 1.2.18 released
Finally, the first 'stable' release of Boot Scriptor 1.2 is now available. The only differences between this release and 1.2.17b are bug fixes, but everyone is strongly encouraged to upgrade as there were a lot of systems that couldn't boot the betas. Much thanks go out to Chris Selivanow, Lead Technician of QwicNet, Inc. for his help in fixing these last few but major bugs.

There were many changes and bugfixes made since Boot Scriptor 1.1. The most notable and/or important ones were:

  • Image display capabilities added
  • Startup procedures were optimized (faster and 'cleaner')
  • Startup progress bar and error condition codes added
  • Clean shutdown implemented (system is restored to a clean state before booting another loader)
  • Detailed script error reporting added (script file name, line number, and failed command reported)
  • Highlight command changed to 'color h'
  • Diskemu module added
  • Command history increased to remember the last 16 commands
  • Fixed long-directory bug
  • Userkey command/module renamed to 'hotkey'
 
December 4, 2002
Boot Scriptor 1.2.17b released
The latest release of Boot Scriptor provides support for 640x480 true-color images. Please see the related documentation here for more information.
 
November 16, 2002
Boot Scriptor 1.2 website launched
I've integrated all of the changes since Boot Scriptor 1.1 into a new website for the 1.2 beta. It's available at www.bootscriptor.org/beta.

The Beta website is green so nobody gets confused at which site they're looking at. When the beta program ends, which I hope is real soon, the green/beta website will replace the blue/stable one (and it will turn blue in the process :). I've recoded it using style-sheets, so it should load slightly faster and will be easy for me to change back to blue. If anyone has any trouble viewing this new website please let me know.

 
November 15, 2002
Boot Scriptor 1.2.14b released
This release focuses on the integration of the graphics routines into the core of the program. This has the benefit of allowing scripts to continue to run while images are being displayed. Also the splash screen is displayed earlier, so people will have something to look at while Boot Scriptor is still loading. You can read more about the changes here, and see it in action in a little demonstration I put together.

I've also relaxed the file size limit for the BMP files to 126kb, which should be plenty for the resolution we're working with.

 
November 13, 2002
Boot Scriptor mailing list created
I've created a mailing list for Boot Scriptor. If you'd like to discuss anything Boot Scriptor-related such as questions, problems, feature requests, etc. feel free to join in. Also I'll be sending news and announcements to the list as they are posted here, so you'll get more updates than you normally would if you subscribed to the project on Freshmeat.net. You can hit the link on the left to view the Freelists.org page for Boot Scriptor, or use the form to subscribe and/or configure your settings.
 
Upcoming changes to BMP handling
Please nobody get married to the 'splash' command as it will be changing soon. I'm integrating the graphics routines from the module into the core, which will have some very nice implications. Consider it a proof-of-concept or tech. demo for now, and in a couple days I'll release the update.
 
November 11, 2002
Boot Scriptor 1.2.13b released
There's two changes in this release. The first thing is scripts are now cached before the initial copyright message is displayed. I'd like for users to be able to go straight from a black screen to their menu if desired, and this change makes that possible. The second change is the new 'splash' module. It allows you to display 256-color BMP images that are 320 pixels by 240 pixels. Read more about that here.
 
November 8, 2002
Boot Scriptor Module Developer's Guide M.2 posted
I've updated the Boot Scriptor Module Developer's Guide to reflect the changes in format for modules to be used with Boot Scriptor 1.2. It's nothing revolutionary; just an extension of the M.1 format to allow for some new API functions and a new field in the module header. You can grab it here.

Boot Scriptor now provides 78 API functions to support modules and make it easy for them to accomplish various tasks, from menial ones such as string processing, to non-trivial ones such as file and disc I/O. Boot Scriptor Modules provide a way for developers to implement proprietary features seamlessly into Boot Scriptor. They also allow for the creation of interfaces to various applications that require independent compilation in order to satisfy licensing agreements.

 
Boot Scriptor 1.2.12b released
Changing Isolinux's default directory had the nasty side-effect of causing memdisk to not work at all in build 11. Sorry about that; the problem's fixed in build 12.
 
November 7, 2002
Boot Scriptor 1.2.11b released
Build 11 has the following changes:
  • Fixed a bug that resulted in file-not-found errors when using backslashes as opposed to forward-slashes.
  • Progress bar and error code are not shown by default. They show up on error, or for troubleshooting you can hold down Alt or turn on Scroll Lock to step through the startup process and they will be shown.
  • Isolinux's default directory is now /bscript/modules/isolinux, so that is where the memdisk file must go. This was done to make things a little cleaner for users who are booting Linux kernels from Boot Scriptor.

I'm gearing up for the first non-beta release of Boot Scriptor 1.2. If I can figure out what was causing error 00400079 in Boot Scriptor 1.2.7b and fix it, then I'll go ahead and make the switch to 1.2. It still won't boot on an HP e-Vectra, but if that's the only known issue then I guess I can live with it for now. That problem still baffles me :/

 
Linux booting demonstration
I was helping a user get Boot Scriptor to boot a Linux kernel and created a test disc. If you'd like to see how an example of how to get Boot Scriptor to boot a Linux kernel by passing a command to Isolinux, then feel free to download the iso and play around with it. It won't be there forever though, since it's rather large (~5Mb) and is counting against my disk space.
 
October 25, 2002
Boot Scriptor 1.2.9b released
This release includes a workaround for a BIOS bug on certain systems. This bug would cause Boot Scriptor to report error code 00400019 (failure to read from the CD/DVD drive) when booting. I've also updated the Isolinux module to version 2.00, which is the first non-beta release of Isolinux version 2.

If you're wondering what happened to build 8, it was sent out to users experiencing that BIOS bug to verify the workaround.

 
October 8, 2002
Lack of updates...
Wow I've been way busier lately than I figured I would be. As some of you might know I'm a Computer Science major at the University of Illinois at Chicago. This is the first semester I've both worked part time and attended school full time, so I've found that leaves little time for much else, including working on Boot Scriptor. Throw in my new addiction as well as MLB postseason and NFL regular season, and some personal issues, plus the fact that I need some free time (what a novel concept ;) well throw all that together and you get a slow project.

I have put some work into getting the Diskemu module ported to Boot Scriptor 1.1, which should bring it up to the level of functionality of the current beta. Hopefully I can get it tested and released here soon, which should hold us off until Boot Scriptor 1.2 becomes stable.

Please bear with me if I haven't responded to all the emails and pursued the currently know bugs as thoroughly as I have in the past. There are a couple showstoppers in the 1.2 beta (won't boot on some systems, Memdisk hangs when booting floppy images in some circumstances) that I would *love* to go away, but to this point I've been unsuccessful in tracking down the problems.

I would like to thank everyone for their patience. When I was going full force a few weeks back I discussed a lot of future features with some of you and even accepted some website content to add here, but since I haven't had the chance to follow through to this point you all have been very understanding. Hopefully soon I can get the ball rolling again...

 
September 14, 2002
Boot Scriptor 1.2.7b released
Well it looks like there's still some issues with the new loader system. This new release (available here) adds a progress bar to the startup process to help with debugging. If Boot Scriptor fails to load, you might see something like this. Please include the eight-digit status code shown in the bottom-right hand corner of the screen with any bug reports. If Boot Scriptor freezes when starting up you might not get the error message on the top of the screen, but the status code is still important.

You can step through the startup progress by holding down the alt key or by turning on scroll-lock. Also if you're having problems with Boot Scriptor taking a long time to boot, you can hold down the alt key or turn on scroll-lock at any point so that you'll have time to write down the status codes of the areas where the most time is being spent. Just for reference, Boot Scriptor should take around a half second or less to start up. The longest wait is while the modules are being loaded, which happens toward the end of the startup code. Naturally the faster your CD or DVD drive is, the faster this step will be.

Please download this build if you're having problems getting Boot Scriptor to load, and let me know what it's doing. Thanks :)

 
September 12, 2002
Boot Scriptor 1.2.6b released
The previous version of Boot Scriptor had a nasty bug in it that caused it to hang when starting up on a lot of machines (specifically the HP-eVectra, but there were others as well). Hopefully this bug is now dead. Also the isolinux module is now updated to the latest pre-release version of Isolinux, 2.00-pre8. Get this latest beta version of Boot Scriptor here.

If you're wondering what happened to Boot Scriptor 1.2.5b, it was only released to a few beta testers who were having problems with the aforementioned startup bug. My thanks go out to Lucian, Chris, and Rolf for their help with getting that bug squashed.

 
September 2, 2002
Development slowing down
Fall semester has begun here at the university, so unfortunately this means I won't have as much time available to work on Boot Scriptor. Build releases, bug fixes, email responses, etc. will all happen less frequently than has been the norm. Also, some features that I'd planned to include in Boot Scriptor 1.2 will probably be deferred to a later version.

I'd still like to wrap up the beta program for Boot Scriptor 1.2 before too long, if possible. I just need to implement a couple more features and resolve a compatibility issue. Then I can get started updating the website and documentation to include the changes since 1.1. When all of that's done, I'll make the official move from Boot Scriptor 1.1 to 1.2.

 
Boot Scriptor 1.2.4b released
Build 4 of Boot Scriptor 1.2b is now available. The most notable changes are as follows:
  • Isolinux module is now based on Isolinux 2.00 pre-7. If this module causes anyone problems, please let me know and I'll provide a link to the older (1.67) version.
  • Better script error reporting. When a command crashes a script, you will now see the command name that failed (even if the error was "unknown command"), the name of the current script file, and the line number the error occurred on.
  • The highlight command will be deprecated in Boot Scriptor 1.2. You can still use it, but it won't show up when you type "list commands". The new way of changing the highlight color is "color h <value>".

There are a couple other minor changes that you can read about in the change-log included in the distribution.

 
August 24, 2002
Boot Scriptor 1.2.3b released
Today I'm releasing the third build of Boot Scriptor 1.2 beta (here). Fixed a couple minor bugs (see the change log in the distribution for details), but the most notable feature is the addition of the Diskemu module. Special thanks goes out to Bart Lagerweij and Gary Tong for allowing me to create the module, and make the source code available for download. The usual beta warning still applies (use at your own risk, not guaranteed to work, yadda yadda...). Please report bugs to me if you run into trouble.
 
August 20, 2002
New sample script added, screenshots now available
Thanks to Ahmad Hisham for submitting another great example script. I highly recommend his web site, the 911 Rescue CD, as an example of what can be accomplished with Boot Scriptor (he uses a lot of other great tools for his CD as well). I've also added screenshots of the example scripts.
 
Boot Scriptor 1.2.2b released
Boot Scriptor 1.2 build 2 is now available here. No new features are present over the previous beta; just bugfixes. Also the beta-tester's guide (a.k.a. readme.txt file) has been updated to include some information about Boot Scriptor's new loader. I forgot to mention before that you no longer use the -boot-info-table option if you're using mkisofs. Sorry if this caused anyone problems.
 
August 17, 2002
First beta release of Boot Scriptor 1.2
Boot Scriptor 1.2 build 1 is now available here. The focus of this new version is to make Boot Scriptor completely self sufficient, therefore it comes with it's own loader and no longer runs on top of Isolinux. This is being done to overcome some issues and limitations associated with running on top of Isolinux. Don't worry, you can still use the isolinux and memdisk commands :)

Make sure you read the included Beta-tester's guide so you will know what changes were made. Also, as with any beta release, there is expected to be some bugs. Please report any problems you might find to me. Thanks!

 
August 15, 2002
Example bscript.ini script available
A kind person by the name of Effi Ovadia has submitted an example script to help others get started using Boot Scriptor. You can find it here. Thanks Effi!
 
July 29, 2002
Boot Scriptor 1.1.5 released
There's a few changes in this version, but most of them are minor. You can see the change log for the full list. There were a couple important changes, though.

I had to get rid of the num-lock feature introduced in the last build, because on some systems Isolinux was automatically turning num-lock on when it started up. I switched it to the control key, so now if you want to go straight to the Boot Scriptor command prompt by bypassing the startup script, just hold down the control key as it starts up.

I've also created a new module that will be included in the main release from now on. It's called userkey, and it lets you define custom hotkeys that perform any action you set them to. For more information and an example, see the updated documentation. You can define many custom hotkeys, but you will need to load the module multiple times (once for each hotkey).

The rest of the changes were minor cleanups/bugfixes. One of them was to delay the splash screen when Boot Scriptor starts up so that you won't see it if your startup script wipes the screen right away.

 
July 26, 2002
Boot Scriptor 1.1.4 released
There are three changes in this release. First of all, you can now put all your .BSM files in a directory called /BSCRIPT/MODULES and Boot Scriptor will auto-load them from there. You can still just leave them in the /BSCRIPT directory if you want to, but it's not necessary anymore.

Secondly, you can now disable startup scripts by turning num-lock on. This feature was added because the previous way of disabling startup scripts (caps-lock) is the same key used by Isolinux to force display of the boot: prompt. So if you want to go straight to the Boot Scriptor command line, just use the num-lock key.

Lastly, you can now do reverse directory traversal by using the command "cd .."

 
First Boot Scriptor Module: Ranish Partition Manager interface
Today I'm releasing the first add-on module for Boot Scriptor. It's called RPM and what it does is allow you to run Ranish Partition Manager directly from within Boot Scriptor.

Ranish Partition manager is a great tool for working with local hard drives. It's capable of making quick and easy changes to your partition tables. It can also format FAT partitions and copy or zero other partitions, and even function as a multi-boot manager. Special thanks go out to Mikhail Ranish and Muthukumar (Muthu) for their program and permission for distributing it.

You can find the module available for download here.

 
July 14, 2002
Boot Scriptor 1.1.3 released
I'm happy to report that Boot Scriptor 1.1 is now stable and out of beta status :) All the online documentation has been updated to reflect the changes since 1.0.

I haven't had the opportunity to make any additional add-on modules yet, but hopefully they will come soon.

 
Website changes
I've made some changes to the website. The page is now divided into frames and there's a little more JavaScript (mainly in the navigation bar). I've tested in Mozilla and IE, but if anyone is having trouble using the site in their browser please let me know. Also any feedback is welcome.
 
July 2, 2002
1.1 Beta program ending soon
Boot Scriptor 1.1 seems to be very stable. I haven't received any bug reports for it since the initial release almost three weeks ago. For this reason, I'm going to make build 2 the last beta. The final (build 3) should be up in about a week.

When 1.1.3 is released, I will update the web documentation to include all the changes since 1.0. I will probably still provide a download for Boot Scriptor 1.0, but it will no longer be supported.

 
Boot Scriptor Module developer documentation now available
The first version of the BSM developer's guide is now available from the developer page. Unfortunately the API reference isn't finished, but the guide should be enough to get people started.
 
June 21, 2002
No news is good news
The first beta of Boot Scriptor 1.1 has been out for a week and downloaded quite a bit, and I haven't received any bug reports so far. For this reason I'm releasing build 2, which doesn't offer any major improvements but should at least be usable in projects. There is now a block cursor when you are in overstrike mode on the command line, and I've disabled the [annoying] flashing of the module indicator (visible when Boot Scriptor starts).

On a side note, I got to the bottom of what was causing Boot Scriptor not to assemble properly in the latest versions of NASM. There happens to be a bug causing segments not to be aligned properly, which proved to be fatal to the plug-in interface which depends on an API table being aligned on a paragraph boundary. If you are building the Boot Scriptor Modules included in the source distribution, you don't need to be concerned about this too much. If you're trying to build the main program, however, you will run into problems. E-mail me if this is causing you trouble and I can direct you to a temporary fix.

 
Documentation update
If you're waiting for the Boot Scriptor Module format documentation, the first draft may be ready in about a week. It's a simple format, but the doc explains everything in detail (including stuff you don't really need to know). Anyways the content is about half finished, if you don't count the API reference which will come later.
 
June 14, 2002
First public release of Boot Scriptor 1.1!
Well it's not very often in the software world that products are released on schedule, but here to break that tradition is the first public beta of Boot Scriptor 1.1 :)

Boot Scriptor 1.1 is a major rewrite of the program. It is the result of about a month's worth of coding (to put it in perspective, version 1.0 took about a month to develop as well). There are some cool new features in this release, but the real purpose behind the rewrite is the new, fully extendable plug-in interface. This will allow myself and others to create custom commands to extend the capabilities of Boot Scriptor. I won't go into any details right now (once again licensing issues are up in the air) but I have some really useful add-on modules planned for future release.

So what are you waiting for? Grab the first beta release of 1.1 here!!

 
June 12, 2002
Isolinux for Boot Scriptor and NASM updates
I'm releasing a new version of Isolinux for Boot Scriptor (version 1.0.1). It now gets along fine with mkisofs, and properly handles ISO filesystems that use file version numbers. You can get it by clicking here, or find it in the usual location on the downloads page.

I've also posted the version of NASM I use on the developer page. It's only needed if you want to assemble Boot Scriptor from the sources and are having trouble using the later versions of NASM.

 
Internal beta test begins today
All the functionality of Boot Scriptor 1.0 and all the planned new features for 1.1 have been implemented, so today begins the internal beta test. If I did a good job up until this point, the first public beta may only be a couple days away. On the other hand if I've loaded the thing with bugs I might not get through fixing stuff for a few days. My initial impression is that things are looking pretty good. One feature that didn't make the cut was the reverse directory traversal. I still want to get that in there, but didn't want to delay an otherwise complete program any longer. Anyways, stay tuned to this page for the next few days for the first release of Boot Scriptor 1.1!
 
June 8, 2002
Beta 1.1 teaser screenshot
Well everything's moving right along for the next major release of Boot Scriptor :) The command line is now fully editable (you can use the left and right arrow keys to move the cursor, and the insert and delete keys do what you would expect them to do). Also I've implemented a command history module that remembers the last 8 commands entered, and allows you to browse through them using the up/down arrow keys. Hopefully I'll be able to release the first build of 1.1 no later than two weeks from now, but until then you can see a small preview screenshot on the beta downloads page.
 
June 7, 2002
Problems building Boot Scriptor binaries?
I realized yesterday that I cannot build Boot Scriptor using the win32 versions of NASM. I don't know what I've been using up to this point, but I think it's 0.98 DOS version. Version 1.1 is too far along for me to stop now and figure out what's going wrong, so I'll just post the NASM executable on the downloads page in case people need it. It should be up in a couple days after I get a package put together with the licensing in order, etc.
 
June 2, 2002
Preliminary info on the next beta release
I've posted some basic information about what's going on with Boot Scriptor 1.1 on the beta downloads page. You can find it by clicking downloads from the nav-bar on the left, and then clicking "Beta" at the top of the page (or just click here).
 
June 1, 2002
Tidbits
Just a couple minor pieces of information...
  • The currently supported version of Isolinux for Boot Scriptor is 1.67-1.0b. I will probably get back in sync with HPA when he finishes the rewrite of Isolinux.  But for now 1.67 is the most stable version of the program, so that is what should be used. I'll take the beta status off the version number as soon as I track down that mkisofs bug, which leads me to my next point...
  • I haven't begun debugging that mkisofs bug just yet. When it came up I was up to my ears in working on Boot Scriptor 1.1, and did not want to lose that momentum. I will work on it soon, and hopefully the fix will arrive with or before Boot Scriptor 1.1 (I don't like the idea of releasing new software with known bugs).
 
Welcome to the newly redesigned Boot Scriptor website!
I needed to rearrange stuff for the upcoming release of Boot Scriptor 1.1 beta, so the site has been updated and enhanced. Please bear with the simple interface...I'm not the greatest web coder so you won't see any flashy scripts here (but maybe that's a good thing).  I want to go over a couple things first, then in a day or two I'll go into details about what is coming in the next version of Boot Scriptor and what the future has in store.

First, I've started this news page because there is no mailing list, and therefore no way for me to get announcements out and things like that.  Also Freshmeat.net severely edits any message I submit with the new releases, so everything I try to get across there is either watered down or taken out of context.  So check here for the latest news, and feel free to write me and give feedback on the project, the website, submit ideas (or criticize mine :), or just to let me know you're out there.

Secondly, the downloads of version 1.0.12 were down for a couple days this week. This was my fault; I accidentally deleted the wrong files from my webspace. I wanted to thank the person who notified me of the problem, but unfortunately due to my second-rate Unix abilities and several things going on with my account here at UIC, I lost his email. So if you're reading this, guy...Thanks!

Third, you will notice changes on the downloads page. The web-based change logs will now have updates grouped by release, rather than by date. I figure this is the way it should be for users, however the plain-text version I keep for myself (and include in the distros) I like to keep organized by date. This way I can see my progress, or lack thereof. Another relatively new item on the downloads page is the Known Bugs list. Some bugs have come up in the latest (1.0.12) release, so please read about them so you know the limitations of the software. The mkisofs bug is especially disturbing to me, because it hits the Linux users hard.

Now that the basic stuff is out of the way, I will follow with info about Boot Scriptor 1.1.  There are a lot of under-the-hood changes that will allow me to add some really cool features in the near future, so stay tuned. :)