Summary of New Features/Bug Fixes: Production Release 4.9.11 - CRC32 checking functionality has beenn added. JAS will produce and read JAS-generated CRC32 lists and will warn you if the CRC values of the parts you downloaded differ from the CRC values of the files that were posted. Incorrect CRC's indicate corrupt parts, *even if the file is the correct size*. - The CRC file that is generated will hhave a "(c)" in the filename, and batch files will now have "(b)" in them (i.e. File.mpg(c).crc). The reason for this change is that the >999 part-numbering scheme could mistake ".bat" or ".crc" for extended-number parts. The batch file still works the same way it did; only the name is different. - JAS now recalls the last filetype (i..e. *.000, *.001, *.*, etc.) you selected in the various Browse-For-File windows [KidHacker suggestion]. This useful on the Combine tab if you often combine without the .000 file. On the Split tab, it is useful when splitting non-movie files (like I often do, thanks bud). - JAS will now optionally launch files after they have been Combined [lurker/Obelix/Valiant suggestion]. **BE CAREFUL** using this option, especially if you have used it to join an .EXE file. It will execute (shell to) the executable file immediately after joining! This also applies to .SHS, .COM, .BAT, .SCR, .VBS, and other filetypes. - The Combine button, Split button, andd Append button will change to Stop buttons while the program is combining, splitting, or appending. - On the Combine tab, the Options buttoon will change to the Skip button when combining. Clicking this will jump to the next operation in the combine process. This is useful, for instance, when you are combining a 900-part file, but you only have the first 20 parts. You can click the Skip button to avoid the delay while JAS searches for parts 21 - 900. - On the Combine Options tab, checking "Always prompt before combining" will cause a summary dialog box to be displayed after JAS completes the preliminary phases of combining, but *before* it actually starts joining the parts. At the summary, you can either continue or cancel the join process. This is very useful for just checking for missing parts, short parts, and CRC values without actually joining the movie. - On the Split tab, the "Extract Parts"" box has been changed. Now, there are two options: "All (normal split)" and "Specify parts". Choosing "All" produces the usual split parts, batch file, etc. Choosing "Specify parts" allows you to type the parts you want in a textbox below this option. Separate individual parts with a comma (,). You can enter part ranges separating the low and high numbers with a dash (-). You can specify any number of parts as well as multiple ranges in the textbox. Ex: 1, 5, 23, 98-140, 155, 160-170... JAS will ignore anything in this box that isn't a digit, a comma, or a dash. Ranges can be entered backwards (ex: 10-6), if that makes you happy ;-) and JAS should be able to figure it out. - On the Append tab, if you want to, yoou can type a pathname in the "Find files in:" box instead of using the Browse button. Be careful using non-standard characters here... - On the Append tab, there is a new conntext menu for the left-side file list. You can easily hide .mpg, .bat, .crc, and .000 files, and also specify a filespec (mask) for the list. - When appending, JAS now checks the fiile size [lurker suggestion].